Interface NetworkMountPointOrBuilder (0.41.0)

public interface NetworkMountPointOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDefaultGateway()

public abstract boolean getDefaultGateway()

Network should be a default gateway.

bool default_gateway = 3;

Returns
TypeDescription
boolean

The defaultGateway.

getInstance()

public abstract String getInstance()

Instance to attach network to.

string instance = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The instance.

getInstanceBytes()

public abstract ByteString getInstanceBytes()

Instance to attach network to.

string instance = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for instance.

getIpAddress()

public abstract String getIpAddress()

Ip address of the server.

string ip_address = 4;

Returns
TypeDescription
String

The ipAddress.

getIpAddressBytes()

public abstract ByteString getIpAddressBytes()

Ip address of the server.

string ip_address = 4;

Returns
TypeDescription
ByteString

The bytes for ipAddress.

getLogicalInterface()

public abstract String getLogicalInterface()

Logical interface to detach from.

string logical_interface = 2;

Returns
TypeDescription
String

The logicalInterface.

getLogicalInterfaceBytes()

public abstract ByteString getLogicalInterfaceBytes()

Logical interface to detach from.

string logical_interface = 2;

Returns
TypeDescription
ByteString

The bytes for logicalInterface.