Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1PortworxVolumeSource
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1PortworxVolumeSource
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1PortworxVolumeSource extends Object
PortworxVolumeSource represents a Portworx volume resource.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_FS_TYPEstatic StringJSON_PROPERTY_READ_ONLYstatic StringJSON_PROPERTY_VOLUME_I_D
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1PortworxVolumeSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IoK8sApiCoreV1PortworxVolumeSourcefsType(String fsType)StringgetFsType()FSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system.BooleangetReadOnly()Defaults to false (read/write).StringgetVolumeID()VolumeID uniquely identifies a Portworx volumeinthashCode()IoK8sApiCoreV1PortworxVolumeSourcereadOnly(Boolean readOnly)voidsetFsType(String fsType)voidsetReadOnly(Boolean readOnly)voidsetVolumeID(String volumeID)StringtoString()IoK8sApiCoreV1PortworxVolumeSourcevolumeID(String volumeID)
-
-
-
Field Detail
-
JSON_PROPERTY_FS_TYPE
public static final String JSON_PROPERTY_FS_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_READ_ONLY
public static final String JSON_PROPERTY_READ_ONLY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_VOLUME_I_D
public static final String JSON_PROPERTY_VOLUME_I_D
- See Also:
- Constant Field Values
-
-
Method Detail
-
fsType
public IoK8sApiCoreV1PortworxVolumeSource fsType(String fsType)
-
getFsType
@Nullable public String 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:
- fsType
-
setFsType
public void setFsType(String fsType)
-
readOnly
public IoK8sApiCoreV1PortworxVolumeSource readOnly(Boolean readOnly)
-
getReadOnly
@Nullable public Boolean getReadOnly()
Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.- Returns:
- readOnly
-
setReadOnly
public void setReadOnly(Boolean readOnly)
-
volumeID
public IoK8sApiCoreV1PortworxVolumeSource volumeID(String volumeID)
-
getVolumeID
public String getVolumeID()
VolumeID uniquely identifies a Portworx volume- Returns:
- volumeID
-
setVolumeID
public void setVolumeID(String volumeID)
-
-