@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-06T08:58:17.566Z[Etc/UTC]") public class V1CinderPersistentVolumeSource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_FS_TYPE |
static String |
SERIALIZED_NAME_READ_ONLY |
static String |
SERIALIZED_NAME_SECRET_REF |
static String |
SERIALIZED_NAME_VOLUME_I_D |
Constructor and Description |
---|
V1CinderPersistentVolumeSource() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
V1CinderPersistentVolumeSource |
fsType(String fsType) |
String |
getFsType()
Filesystem type to mount.
|
Boolean |
getReadOnly()
Optional: Defaults to false (read/write).
|
V1SecretReference |
getSecretRef()
Get secretRef
|
String |
getVolumeID()
volume id used to identify the volume in cinder.
|
int |
hashCode() |
V1CinderPersistentVolumeSource |
readOnly(Boolean readOnly) |
V1CinderPersistentVolumeSource |
secretRef(V1SecretReference secretRef) |
void |
setFsType(String fsType) |
void |
setReadOnly(Boolean readOnly) |
void |
setSecretRef(V1SecretReference secretRef) |
void |
setVolumeID(String volumeID) |
String |
toString() |
V1CinderPersistentVolumeSource |
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_SECRET_REF
public static final String SERIALIZED_NAME_VOLUME_I_D
public V1CinderPersistentVolumeSource fsType(String fsType)
@Nullable public String getFsType()
public void setFsType(String fsType)
public V1CinderPersistentVolumeSource readOnly(Boolean readOnly)
@Nullable public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
public V1CinderPersistentVolumeSource secretRef(V1SecretReference secretRef)
@Nullable public V1SecretReference getSecretRef()
public void setSecretRef(V1SecretReference secretRef)
public V1CinderPersistentVolumeSource volumeID(String volumeID)
public String getVolumeID()
public void setVolumeID(String volumeID)
Copyright © 2020. All rights reserved.