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.
Constructors
Link copied to clipboard
fun PortworxVolumeSourceArgs(fsType: Output<String>? = null, readOnly: Output<Boolean>? = null, volumeID: Output<String>)