@Generated(value="org.jsonschema2pojo") public class GCEPersistentDisk extends Object
Constructor and Description |
---|
GCEPersistentDisk() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getFsType() |
Integer |
getPartition() |
String |
getPdName() |
Boolean |
getReadOnly() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setFsType(String fsType) |
void |
setPartition(Integer partition) |
void |
setPdName(String pdName) |
void |
setReadOnly(Boolean readOnly) |
String |
toString() |
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–2015 Red Hat. All rights reserved.