PortworxVolumeSourcePatchArgs

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
constructor(fsType: Output<String>? = null, readOnly: Output<Boolean>? = null, volumeID: Output<String>? = null)

Properties

Link copied to clipboard
val fsType: Output<String>? = null

fSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs". Implicitly inferred to be "ext4" if unspecified.

Link copied to clipboard
val readOnly: Output<Boolean>? = null

readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

Link copied to clipboard
val volumeID: Output<String>? = null

volumeID uniquely identifies a Portworx volume

Functions

Link copied to clipboard
open override fun toJava(): PortworxVolumeSourcePatchArgs