Cluster Additional Volume Args
data class ClusterAdditionalVolumeArgs(val jobQueue: Output<String>? = null, val localDirectory: Output<String>? = null, val location: Output<String>? = null, val remoteDirectory: Output<String>? = null, val roles: Output<List<ClusterAdditionalVolumeRoleArgs>>? = null, val volumeId: Output<String>? = null, val volumeMountOption: Output<String>? = null, val volumeMountpoint: Output<String>? = null, val volumeProtocol: Output<String>? = null, val volumeType: Output<String>? = null) : ConvertibleToJava<ClusterAdditionalVolumeArgs>
Constructors
Link copied to clipboard
constructor(jobQueue: Output<String>? = null, localDirectory: Output<String>? = null, location: Output<String>? = null, remoteDirectory: Output<String>? = null, roles: Output<List<ClusterAdditionalVolumeRoleArgs>>? = null, volumeId: Output<String>? = null, volumeMountOption: Output<String>? = null, volumeMountpoint: Output<String>? = null, volumeProtocol: Output<String>? = null, volumeType: Output<String>? = null)
Properties
Link copied to clipboard
The local directory on which the additional file system is mounted.
Link copied to clipboard
The remote directory to which the additional file system is mounted.
Link copied to clipboard
The roles. See roles
below.
Link copied to clipboard
The mount options of the file system.
Link copied to clipboard
The mount target of the additional file system.
Link copied to clipboard
The type of the protocol that is used by the additional file system. Valid values: NFS
, SMB
. Default value: NFS
Link copied to clipboard
The type of the additional shared storage. Only NAS file systems are supported.