Interface ManagedActiveDirectoryConfigOrBuilder (1.42.0)

public interface ManagedActiveDirectoryConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getComputer()

public abstract String getComputer()

The computer name is used as a prefix to the mount remote target. Example: if the computer_name is my-computer, the mount command will look like: $mount -o vers=4,sec=krb5 my-computer.filestore.<domain>:<share>.

string computer = 2;

Returns
TypeDescription
String

The computer.

getComputerBytes()

public abstract ByteString getComputerBytes()

The computer name is used as a prefix to the mount remote target. Example: if the computer_name is my-computer, the mount command will look like: $mount -o vers=4,sec=krb5 my-computer.filestore.<domain>:<share>.

string computer = 2;

Returns
TypeDescription
ByteString

The bytes for computer.

getDomain()

public abstract String getDomain()

Fully qualified domain name.

string domain = 1;

Returns
TypeDescription
String

The domain.

getDomainBytes()

public abstract ByteString getDomainBytes()

Fully qualified domain name.

string domain = 1;

Returns
TypeDescription
ByteString

The bytes for domain.