Interface NFSOrBuilder (0.20.0)

See more code actions.
public interface NFSOrBuilder extends MessageOrBuilder
MessageOrBuilder
See more code actions.
public abstract String getRemotePath()

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

string remote_path = 2;

Returns
Type Description
String

The remotePath.

getRemotePathBytes()

public abstract ByteString getRemotePathBytes()

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

string remote_path = 2;

Returns
Type Description
ByteString

The bytes for remotePath.

getServer()

public abstract String getServer()

The IP address of the NFS.

string server = 1;

Returns
Type Description
String

The server.

getServerBytes()

public abstract ByteString getServerBytes()

The IP address of the NFS.

string server = 1;

Returns
Type Description
ByteString

The bytes for server.