ClusterAdditionalVolume

data class ClusterAdditionalVolume(val jobQueue: String? = null, val localDirectory: String? = null, val location: String? = null, val remoteDirectory: String? = null, val roles: List<ClusterAdditionalVolumeRole>? = null, val volumeId: String? = null, val volumeMountOption: String? = null, val volumeMountpoint: String? = null, val volumeProtocol: String? = null, val volumeType: String? = null)

Constructors

Link copied to clipboard
constructor(jobQueue: String? = null, localDirectory: String? = null, location: String? = null, remoteDirectory: String? = null, roles: List<ClusterAdditionalVolumeRole>? = null, volumeId: String? = null, volumeMountOption: String? = null, volumeMountpoint: String? = null, volumeProtocol: String? = null, volumeType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val jobQueue: String? = null

The queue of the nodes to which the additional file system is attached.

Link copied to clipboard
val localDirectory: String? = null

The local directory on which the additional file system is mounted.

Link copied to clipboard
val location: String? = null

The type of the cluster. Valid value: PublicCloud.

Link copied to clipboard
val remoteDirectory: String? = null

The remote directory to which the additional file system is mounted.

Link copied to clipboard

The roles. See roles below.

Link copied to clipboard
val volumeId: String? = null

The ID of the additional file system.

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
val volumeProtocol: String? = null

The type of the protocol that is used by the additional file system. Valid values: NFS, SMB. Default value: NFS

Link copied to clipboard
val volumeType: String? = null

The type of the additional shared storage. Only NAS file systems are supported.