@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-01-04T09:55:14.976Z[Etc/UTC]") public class V1PortworxVolumeSource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_FS_TYPE |
static String |
SERIALIZED_NAME_READ_ONLY |
static String |
SERIALIZED_NAME_VOLUME_I_D |
Constructor and Description |
---|
V1PortworxVolumeSource() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
V1PortworxVolumeSource |
fsType(String fsType) |
String |
getFsType()
FSType represents the filesystem type to mount Must be a filesystem type supported by the host
operating system.
|
Boolean |
getReadOnly()
Defaults to false (read/write).
|
String |
getVolumeID()
VolumeID uniquely identifies a Portworx volume
|
int |
hashCode() |
V1PortworxVolumeSource |
readOnly(Boolean readOnly) |
void |
setFsType(String fsType) |
void |
setReadOnly(Boolean readOnly) |
void |
setVolumeID(String volumeID) |
String |
toString() |
V1PortworxVolumeSource |
volumeID(String volumeID) |
public static final String SERIALIZED_NAME_FS_TYPE
public static final String SERIALIZED_NAME_READ_ONLY
public static final String SERIALIZED_NAME_VOLUME_I_D
public V1PortworxVolumeSource fsType(String fsType)
@Nullable public String getFsType()
public void setFsType(String fsType)
public V1PortworxVolumeSource readOnly(Boolean readOnly)
@Nullable public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
public V1PortworxVolumeSource volumeID(String volumeID)
public String getVolumeID()
public void setVolumeID(String volumeID)
Copyright © 2021. All rights reserved.