@Generated(value="org.jsonschema2pojo") public class GCEPersistentDiskVolumeSource extends Object implements KubernetesResource
Constructor and Description |
---|
GCEPersistentDiskVolumeSource()
No args constructor for use in serialization
|
GCEPersistentDiskVolumeSource(String fsType,
Integer partition,
String pdName,
Boolean readOnly) |
Modifier and Type | Method and 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) |
public GCEPersistentDiskVolumeSource()
public String getFsType()
public void setFsType(String fsType)
fsType
- The fsTypepublic Integer getPartition()
public void setPartition(Integer partition)
partition
- The partitionpublic String getPdName()
public void setPdName(String pdName)
pdName
- The pdNamepublic Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
readOnly
- The readOnlyCopyright © 2011–2018 Red Hat. All rights reserved.