Interface LogicalInterface.LogicalNetworkInterfaceOrBuilder (0.8.0)

public static interface LogicalInterface.LogicalNetworkInterfaceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDefaultGateway()

public abstract boolean getDefaultGateway()

Whether this interface is the default gateway for the instance. Only one interface can be the default gateway for the instance.

bool default_gateway = 3;

Returns
TypeDescription
boolean

The defaultGateway.

getId()

public abstract String getId()

An identifier for the Network, generated by the backend.

string id = 5;

Returns
TypeDescription
String

The id.

getIdBytes()

public abstract ByteString getIdBytes()

An identifier for the Network, generated by the backend.

string id = 5;

Returns
TypeDescription
ByteString

The bytes for id.

getIpAddress()

public abstract String getIpAddress()

IP address in the network

string ip_address = 2;

Returns
TypeDescription
String

The ipAddress.

getIpAddressBytes()

public abstract ByteString getIpAddressBytes()

IP address in the network

string ip_address = 2;

Returns
TypeDescription
ByteString

The bytes for ipAddress.

getNetwork()

public abstract String getNetwork()

Name of the network

string network = 1;

Returns
TypeDescription
String

The network.

getNetworkBytes()

public abstract ByteString getNetworkBytes()

Name of the network

string network = 1;

Returns
TypeDescription
ByteString

The bytes for network.

getNetworkType()

public abstract Network.Type getNetworkType()

Type of network.

.google.cloud.baremetalsolution.v2.Network.Type network_type = 4;

Returns
TypeDescription
Network.Type

The networkType.

getNetworkTypeValue()

public abstract int getNetworkTypeValue()

Type of network.

.google.cloud.baremetalsolution.v2.Network.Type network_type = 4;

Returns
TypeDescription
int

The enum numeric value on the wire for networkType.