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)
public Integer getPartition()
public void setPartition(Integer partition)
public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
public String getVolumeID()
public void setVolumeID(String volumeID)
Copyright © 2015–2023 Red Hat. All rights reserved.