Vsphere Virtual Disk Volume Source
data class VsphereVirtualDiskVolumeSource(val fsType: String? = null, val storagePolicyID: String? = null, val storagePolicyName: String? = null, val volumePath: String)
Represents a vSphere volume resource.
Constructors
Link copied to clipboard
fun VsphereVirtualDiskVolumeSource(fsType: String? = null, storagePolicyID: String? = null, storagePolicyName: String? = null, volumePath: String)