Interface NFSVolumeSourceOrBuilder (0.39.0)

public interface NFSVolumeSourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPath()

public abstract String getPath()

Path that is exported by the NFS server.

string path = 2;

Returns
TypeDescription
String

The path.

getPathBytes()

public abstract ByteString getPathBytes()

Path that is exported by the NFS server.

string path = 2;

Returns
TypeDescription
ByteString

The bytes for path.

getReadOnly()

public abstract boolean getReadOnly()

If true, mount the NFS volume as read only

bool read_only = 3;

Returns
TypeDescription
boolean

The readOnly.

getServer()

public abstract String getServer()

Hostname or IP address of the NFS server

string server = 1;

Returns
TypeDescription
String

The server.

getServerBytes()

public abstract ByteString getServerBytes()

Hostname or IP address of the NFS server

string server = 1;

Returns
TypeDescription
ByteString

The bytes for server.