@Generated(value="org.jsonschema2pojo") public class AWSElasticBlockStoreVolumeSource extends Object implements KubernetesResource
| Constructor and Description |
|---|
AWSElasticBlockStoreVolumeSource()
No args constructor for use in serialization
|
AWSElasticBlockStoreVolumeSource(String fsType,
Integer partition,
Boolean readOnly,
String volumeID) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getFsType() |
Integer |
getPartition() |
Boolean |
getReadOnly() |
String |
getVolumeID() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setFsType(String fsType) |
void |
setPartition(Integer partition) |
void |
setReadOnly(Boolean readOnly) |
void |
setVolumeID(String volumeID) |
public AWSElasticBlockStoreVolumeSource()
public String getFsType()
public void setFsType(String fsType)
fsType - The fsTypepublic Integer getPartition()
public void setPartition(Integer partition)
partition - The partitionpublic Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
readOnly - The readOnlypublic String getVolumeID()
public void setVolumeID(String volumeID)
volumeID - The volumeIDCopyright © 2015–2019 Red Hat. All rights reserved.