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()
String
getFsType()
Integer
getPartition()
String
getPdName()
Boolean
getReadOnly()
void
setAdditionalProperty(String name, Object value)
void
setFsType(String fsType)
void
setPartition(Integer partition)
void
setPdName(String pdName)
void
setReadOnly(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
-