Portworx Volume Source Args
data class PortworxVolumeSourceArgs(val fsType: Output<String>? = null, val readOnly: Output<Boolean>? = null, val volumeID: Output<String>) : ConvertibleToJava<PortworxVolumeSourceArgs>
PortworxVolumeSource represents a Portworx volume resource.