Package io.fabric8.kubernetes.api.model
Class AWSElasticBlockStoreVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.model.AWSElasticBlockStoreVolumeSource
- All Implemented Interfaces:
KubernetesResource
,Serializable
@Generated("org.jsonschema2pojo") public class AWSElasticBlockStoreVolumeSource extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AWSElasticBlockStoreVolumeSource()
No args constructor for use in serializationAWSElasticBlockStoreVolumeSource(String fsType, Integer partition, Boolean readOnly, String volumeID)
-
Method Summary
Modifier and Type Method 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)
-
Constructor Details
-
AWSElasticBlockStoreVolumeSource
public AWSElasticBlockStoreVolumeSource()No args constructor for use in serialization -
AWSElasticBlockStoreVolumeSource
public AWSElasticBlockStoreVolumeSource(String fsType, Integer partition, Boolean readOnly, String volumeID)- Parameters:
partition
-volumeID
-readOnly
-fsType
-
-
-
Method Details
-
getFsType
- Returns:
- The fsType
-
setFsType
- Parameters:
fsType
- The fsType
-
getPartition
- Returns:
- The partition
-
setPartition
- Parameters:
partition
- The partition
-
getReadOnly
- Returns:
- The readOnly
-
setReadOnly
- Parameters:
readOnly
- The readOnly
-
getVolumeID
- Returns:
- The volumeID
-
setVolumeID
- Parameters:
volumeID
- The volumeID
-
getAdditionalProperties
-
setAdditionalProperty
-