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