public interface NfsMountOrBuilder extends MessageOrBuilder
Implementa
MessageOrBuilderMetodi
getMountPoint()
public abstract String getMountPoint()
Obbligatorio. Percorso di montaggio di destinazione. L' NFS verrà montato per l'utente in /mnt/nfs/<mount_point>
string mount_point = 3 [(.google.api.field_behavior) = REQUIRED];
Restituisce | |
---|---|
Tipo | Description |
String |
Il punto mountPoint. |
getMountPointBytes()
public abstract ByteString getMountPointBytes()
Obbligatorio. Percorso di montaggio di destinazione. L' NFS verrà montato per l'utente in /mnt/nfs/<mount_point>
string mount_point = 3 [(.google.api.field_behavior) = REQUIRED];
Restituisce | |
---|---|
Tipo | Description |
ByteString |
I byte per mountPoint. |
getPath()
public abstract String getPath()
Obbligatorio. Percorso di origine esportato dal server NFS.
Deve iniziare con "/" e, se combinato con l'indirizzo IP, indica il percorso di montaggio dell'origine sotto forma di server:path
string path = 2 [(.google.api.field_behavior) = REQUIRED];
Restituisce | |
---|---|
Tipo | Description |
String |
Il percorso. |
getPathBytes()
public abstract ByteString getPathBytes()
Obbligatorio. Percorso di origine esportato dal server NFS.
Deve iniziare con "/" e, se combinato con l'indirizzo IP, indica il percorso di montaggio dell'origine sotto forma di server:path
string path = 2 [(.google.api.field_behavior) = REQUIRED];
Restituisce | |
---|---|
Tipo | Description |
ByteString |
I byte per il percorso. |
getServer()
public abstract String getServer()
Obbligatorio. Indirizzo IP del server NFS.
string server = 1 [(.google.api.field_behavior) = REQUIRED];
Restituisce | |
---|---|
Tipo | Description |
String |
Il server. |
getServerBytes()
public abstract ByteString getServerBytes()
Obbligatorio. Indirizzo IP del server NFS.
string server = 1 [(.google.api.field_behavior) = REQUIRED];
Restituisce | |
---|---|
Tipo | Description |
ByteString |
I byte per il server. |