Interface NFSOrBuilder (0.24.0)

public interface NFSOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRemotePath()

public abstract String getRemotePath()

Remote source path exported from the NFS, e.g., "/share".

string remote_path = 2;

Returns
TypeDescription
String

The remotePath.

getRemotePathBytes()

public abstract ByteString getRemotePathBytes()

Remote source path exported from the NFS, e.g., "/share".

string remote_path = 2;

Returns
TypeDescription
ByteString

The bytes for remotePath.

getServer()

public abstract String getServer()

The IP address of the NFS.

string server = 1;

Returns
TypeDescription
String

The server.

getServerBytes()

public abstract ByteString getServerBytes()

The IP address of the NFS.

string server = 1;

Returns
TypeDescription
ByteString

The bytes for server.