Interface SubnetStatusOrBuilder (0.5.0)

public interface SubnetStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLinkLayerAddresses(int index)

public abstract LinkLayerAddress getLinkLayerAddresses(int index)

A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this subnet.

repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
LinkLayerAddress

getLinkLayerAddressesCount()

public abstract int getLinkLayerAddressesCount()

A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this subnet.

repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 3;

Returns
TypeDescription
int

getLinkLayerAddressesList()

public abstract List<LinkLayerAddress> getLinkLayerAddressesList()

A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this subnet.

repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 3;

Returns
TypeDescription
List<LinkLayerAddress>

getLinkLayerAddressesOrBuilder(int index)

public abstract LinkLayerAddressOrBuilder getLinkLayerAddressesOrBuilder(int index)

A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this subnet.

repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
LinkLayerAddressOrBuilder

getLinkLayerAddressesOrBuilderList()

public abstract List<? extends LinkLayerAddressOrBuilder> getLinkLayerAddressesOrBuilderList()

A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this subnet.

repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 3;

Returns
TypeDescription
List<? extends com.google.cloud.edgenetwork.v1.LinkLayerAddressOrBuilder>

getMacAddress()

public abstract String getMacAddress()

BVI MAC address.

string mac_address = 2;

Returns
TypeDescription
String

The macAddress.

getMacAddressBytes()

public abstract ByteString getMacAddressBytes()

BVI MAC address.

string mac_address = 2;

Returns
TypeDescription
ByteString

The bytes for macAddress.

getName()

public abstract String getName()

The name of CCFE subnet resource.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The name of CCFE subnet resource.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.