Portworx Volume Source Patch Args
data class PortworxVolumeSourcePatchArgs(val fsType: Output<String>? = null, val readOnly: Output<Boolean>? = null, val volumeID: Output<String>? = null) : ConvertibleToJava<PortworxVolumeSourcePatchArgs>
PortworxVolumeSource represents a Portworx volume resource.
Constructors
Link copied to clipboard
fun PortworxVolumeSourcePatchArgs(fsType: Output<String>? = null, readOnly: Output<Boolean>? = null, volumeID: Output<String>? = null)