VsphereVirtualDiskVolumeSourceArgs

data class VsphereVirtualDiskVolumeSourceArgs(val fsType: Output<String>? = null, val storagePolicyID: Output<String>? = null, val storagePolicyName: Output<String>? = null, val volumePath: Output<String>) : ConvertibleToJava<VsphereVirtualDiskVolumeSourceArgs>

Represents a vSphere volume resource.

Constructors

Link copied to clipboard
constructor(fsType: Output<String>? = null, storagePolicyID: Output<String>? = null, storagePolicyName: Output<String>? = null, volumePath: Output<String>)

Properties

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

fsType is filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.

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

storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.

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

storagePolicyName is the storage Policy Based Management (SPBM) profile name.

Link copied to clipboard
val volumePath: Output<String>

volumePath is the path that identifies vSphere volume vmdk

Functions

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