Package io.fabric8.kubernetes.api.model
Class GCEPersistentDiskVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.model.GCEPersistentDiskVolumeSource
- All Implemented Interfaces:
KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class GCEPersistentDiskVolumeSource extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description GCEPersistentDiskVolumeSource()No args constructor for use in serializationGCEPersistentDiskVolumeSource(String fsType, Integer partition, String pdName, Boolean readOnly) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetFsType()IntegergetPartition()StringgetPdName()BooleangetReadOnly()voidsetAdditionalProperty(String name, Object value)voidsetFsType(String fsType)voidsetPartition(Integer partition)voidsetPdName(String pdName)voidsetReadOnly(Boolean readOnly)
-
Constructor Details
-
GCEPersistentDiskVolumeSource
public GCEPersistentDiskVolumeSource()No args constructor for use in serialization -
GCEPersistentDiskVolumeSource
public GCEPersistentDiskVolumeSource(String fsType, Integer partition, String pdName, Boolean readOnly)- Parameters:
partition-readOnly-pdName-fsType-
-
-
Method Details
-
getFsType
- Returns:
- The fsType
-
setFsType
- Parameters:
fsType- The fsType
-
getPartition
- Returns:
- The partition
-
setPartition
- Parameters:
partition- The partition
-
getPdName
- Returns:
- The pdName
-
setPdName
- Parameters:
pdName- The pdName
-
getReadOnly
- Returns:
- The readOnly
-
setReadOnly
- Parameters:
readOnly- The readOnly
-
getAdditionalProperties
-
setAdditionalProperty
-