public interface SubnetStatusOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
List<? extends com.google.cloud.edgenetwork.v1.LinkLayerAddressOrBuilder> |
getMacAddress()
public abstract String getMacAddress()
BVI MAC address.
string mac_address = 2;
Returns | |
---|---|
Type | Description |
String |
The macAddress. |
getMacAddressBytes()
public abstract ByteString getMacAddressBytes()
BVI MAC address.
string mac_address = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for macAddress. |
getName()
public abstract String getName()
The name of CCFE subnet resource.
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
The name of CCFE subnet resource.
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |