public interface SubnetStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
LinkLayerAddress |
getLinkLayerAddresses(int index)
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this subnet.
|
int |
getLinkLayerAddressesCount()
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this subnet.
|
List<LinkLayerAddress> |
getLinkLayerAddressesList()
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this subnet.
|
LinkLayerAddressOrBuilder |
getLinkLayerAddressesOrBuilder(int index)
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this subnet.
|
List<? extends LinkLayerAddressOrBuilder> |
getLinkLayerAddressesOrBuilderList()
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this subnet.
|
String |
getMacAddress()
BVI MAC address.
|
com.google.protobuf.ByteString |
getMacAddressBytes()
BVI MAC address.
|
String |
getName()
The name of CCFE subnet resource.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of CCFE subnet resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of CCFE subnet resource.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of CCFE subnet resource.
string name = 1;String getMacAddress()
BVI MAC address.
string mac_address = 2;com.google.protobuf.ByteString getMacAddressBytes()
BVI MAC address.
string mac_address = 2;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;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;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;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;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;Copyright © 2025 Google LLC. All rights reserved.