public interface NFSVolumeSourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPath()
public abstract String getPath()Path that is exported by the NFS server.
string path = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The path. |
getPathBytes()
public abstract ByteString getPathBytes()Path that is exported by the NFS server.
string path = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for path. |
getReadOnly()
public abstract boolean getReadOnly()If true, the volume will be mounted as read only for all mounts.
bool read_only = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
The readOnly. |
getServer()
public abstract String getServer()Hostname or IP address of the NFS server
string server = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The server. |
getServerBytes()
public abstract ByteString getServerBytes()Hostname or IP address of the NFS server
string server = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for server. |