ClusterAdditionalVolumeArgs

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

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

Link copied to clipboard
val localDirectory: Output<String>? = null

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

Link copied to clipboard
val location: Output<String>? = null

The type of the cluster. Valid value: PublicCloud.

Link copied to clipboard
val remoteDirectory: Output<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: Output<String>? = null

The ID of the additional file system.

Link copied to clipboard
val volumeMountOption: Output<String>? = null

The mount options of the file system.

Link copied to clipboard
val volumeMountpoint: Output<String>? = null

The mount target of the additional file system.

Link copied to clipboard
val volumeProtocol: Output<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: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ClusterAdditionalVolumeArgs