@Generated(value="org.jsonschema2pojo") public class NFSVolumeSource extends Object implements KubernetesResource
| Constructor and Description |
|---|
NFSVolumeSource()
No args constructor for use in serialization
|
NFSVolumeSource(String path,
Boolean readOnly,
String server) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getPath() |
Boolean |
getReadOnly() |
String |
getServer() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setPath(String path) |
void |
setReadOnly(Boolean readOnly) |
void |
setServer(String server) |
public NFSVolumeSource()
public String getPath()
public void setPath(String path)
path - The pathpublic Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
readOnly - The readOnlypublic String getServer()
public void setServer(String server)
server - The serverCopyright © 2015–2021 Red Hat. All rights reserved.