VsphereVirtualDiskVolumeSourcePatch

data class VsphereVirtualDiskVolumeSourcePatch(val fsType: String? = null, val storagePolicyID: String? = null, val storagePolicyName: String? = null, val volumePath: String? = null)

Represents a vSphere volume resource.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

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

Link copied to clipboard

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

Link copied to clipboard
val volumePath: String? = null

volumePath is the path that identifies vSphere volume vmdk