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
fun ClusterAdditionalVolume(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 to which the compute nodes are added.

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 file system is mounted.

Link copied to clipboard

The roles. See the following Block roles.

Link copied to clipboard
val volumeId: String? = null

The ID of the file system. If you leave the parameter empty, a Performance NAS file system is created by default.

Link copied to clipboard

The mount options of the file system.

Link copied to clipboard

The mount target of the file system. Take note of the following information:

Link copied to clipboard
val volumeProtocol: String? = null

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

Link copied to clipboard
val volumeType: String? = null

The type of the shared storage. Only Apsara File Storage NAS file systems are supported.