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()StringgetFsType()IntegergetPartition()BooleangetReadOnly()StringgetVolumeID()voidsetAdditionalProperty(String name, Object value)voidsetFsType(String fsType)voidsetPartition(Integer partition)voidsetReadOnly(Boolean readOnly)voidsetVolumeID(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
-