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.