@Generated(value="org.jsonschema2pojo") public class NFSVolumeSource extends Object
| Constructor and Description |
|---|
NFSVolumeSource()
No args constructor for use in serialization
|
NFSVolumeSource(String path,
Boolean readOnly,
String server) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getPath()
the path that is exported by the NFS server
|
Boolean |
getReadOnly()
forces the NFS export to be mounted with read-only permissions
|
String |
getServer()
the hostname or IP address of the NFS server
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setPath(String path)
the path that is exported by the NFS server
|
void |
setReadOnly(Boolean readOnly)
forces the NFS export to be mounted with read-only permissions
|
void |
setServer(String server)
the hostname or IP address of the NFS server
|
String |
toString() |
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 © 2011–2015 Red Hat. All rights reserved.