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