public class NfsVolume extends BaseVolume
name| Constructor and Description |
|---|
NfsVolume()
The constructor of NfsVolume
|
NfsVolume(String name,
String server,
String path)
The constructor of NfsVolume
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPath() |
Boolean |
getReadOnly() |
String |
getServer() |
NfsVolume |
setPath(String path) |
NfsVolume |
setReadOnly(Boolean readOnly) |
NfsVolume |
setServer(String server) |
getName, setNameCopyright © 2024. All rights reserved.