Class V1PortworxVolumeSource
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1PortworxVolumeSource
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1PortworxVolumeSource
extends Object
PortworxVolumeSource represents a Portworx volume resource.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Set fsType in a chainable fashion.fSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system.readOnly defaults to false (read/write).volumeID uniquely identifies a Portworx volumeint
hashCode()
Set readOnly in a chainable fashion.void
Set the fsType property valuevoid
setReadOnly
(Boolean readOnly) Set the readOnly property valuevoid
setVolumeID
(String volumeID) Set the volumeID property valuetoString()
Set volumeID in a chainable fashion.
-
Field Details
-
JSON_PROPERTY_FS_TYPE
- See Also:
-
JSON_PROPERTY_READ_ONLY
- See Also:
-
JSON_PROPERTY_VOLUME_I_D
- See Also:
-
-
Constructor Details
-
V1PortworxVolumeSource
-
-
Method Details
-
getFsType
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.- Returns:
- the fsType property value
-
setFsType
Set the fsType property value -
fsType
Set fsType in a chainable fashion.- Returns:
- The same instance of V1PortworxVolumeSource for chaining.
-
getReadOnly
readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.- Returns:
- the readOnly property value
-
setReadOnly
Set the readOnly property value -
readOnly
Set readOnly in a chainable fashion.- Returns:
- The same instance of V1PortworxVolumeSource for chaining.
-
getVolumeID
volumeID uniquely identifies a Portworx volume- Returns:
- the volumeID property value
-
setVolumeID
Set the volumeID property value -
volumeID
Set volumeID in a chainable fashion.- Returns:
- The same instance of V1PortworxVolumeSource for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-