public class NfsVolumeProperties extends Object implements ISettablePersistentVolumeProperties, INfsVolumeProperties
| Constructor and Description |
|---|
NfsVolumeProperties(String server,
String path,
boolean readOnly) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPath() |
String |
getServer() |
int |
hashCode() |
boolean |
isReadOnly() |
void |
setPath(String path) |
void |
setProperties(org.jboss.dmr.ModelNode node) |
void |
setReadOnly(boolean readOnly) |
void |
setServer(String server) |
String |
toString() |
public String getServer()
getServer in interface INfsVolumePropertiespublic void setServer(String server)
setServer in interface INfsVolumePropertiespublic String getPath()
getPath in interface INfsVolumePropertiespublic void setPath(String path)
setPath in interface INfsVolumePropertiespublic boolean isReadOnly()
isReadOnly in interface INfsVolumePropertiespublic void setReadOnly(boolean readOnly)
setReadOnly in interface INfsVolumePropertiespublic void setProperties(org.jboss.dmr.ModelNode node)
setProperties in interface ISettablePersistentVolumePropertiesCopyright © 2020 Red Hat, Inc. All Rights Reserved.