@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1AWSElasticBlockStoreVolumeSource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_FS_TYPE |
static String |
SERIALIZED_NAME_PARTITION |
static String |
SERIALIZED_NAME_READ_ONLY |
static String |
SERIALIZED_NAME_VOLUME_I_D |
Constructor and Description |
---|
V1AWSElasticBlockStoreVolumeSource() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
V1AWSElasticBlockStoreVolumeSource |
fsType(String fsType) |
String |
getFsType()
Filesystem type of the volume that you want to mount.
|
Integer |
getPartition()
The partition in the volume that you want to mount.
|
Boolean |
getReadOnly()
Specify \"true\" to force and set the ReadOnly property in VolumeMounts to
\"true\".
|
String |
getVolumeID()
Unique ID of the persistent disk resource in AWS (Amazon EBS volume).
|
int |
hashCode() |
V1AWSElasticBlockStoreVolumeSource |
partition(Integer partition) |
V1AWSElasticBlockStoreVolumeSource |
readOnly(Boolean readOnly) |
void |
setFsType(String fsType) |
void |
setPartition(Integer partition) |
void |
setReadOnly(Boolean readOnly) |
void |
setVolumeID(String volumeID) |
String |
toString() |
V1AWSElasticBlockStoreVolumeSource |
volumeID(String volumeID) |
public static final String SERIALIZED_NAME_FS_TYPE
public static final String SERIALIZED_NAME_PARTITION
public static final String SERIALIZED_NAME_READ_ONLY
public static final String SERIALIZED_NAME_VOLUME_I_D
public V1AWSElasticBlockStoreVolumeSource fsType(String fsType)
@Nullable public String getFsType()
public void setFsType(String fsType)
public V1AWSElasticBlockStoreVolumeSource partition(Integer partition)
@Nullable public Integer getPartition()
public void setPartition(Integer partition)
public V1AWSElasticBlockStoreVolumeSource readOnly(Boolean readOnly)
@Nullable public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
public V1AWSElasticBlockStoreVolumeSource volumeID(String volumeID)
public String getVolumeID()
public void setVolumeID(String volumeID)
Copyright © 2020. All rights reserved.