@Generated(value="org.jsonschema2pojo") public class PortworxVolumeSource extends Object implements KubernetesResource
Constructor and Description |
---|
PortworxVolumeSource()
No args constructor for use in serialization
|
PortworxVolumeSource(String fsType,
Boolean readOnly,
String volumeID) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getFsType() |
Boolean |
getReadOnly() |
String |
getVolumeID() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setFsType(String fsType) |
void |
setReadOnly(Boolean readOnly) |
void |
setVolumeID(String volumeID) |
public PortworxVolumeSource()
public String getFsType()
public void setFsType(String fsType)
fsType
- The fsTypepublic Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
readOnly
- The readOnlypublic String getVolumeID()
public void setVolumeID(String volumeID)
volumeID
- The volumeIDCopyright © 2015–2020 Red Hat. All rights reserved.