Class: Google::Cloud::EdgeNetwork::V1::SubnetStatus
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeNetwork::V1::SubnetStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgenetwork/v1/resources.rb
Overview
SubnetStatus contains detailed and current technical information about this subnet resource.
Instance Attribute Summary collapse
-
#link_layer_addresses ⇒ ::Array<::Google::Cloud::EdgeNetwork::V1::LinkLayerAddress>
A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this subnet.
-
#mac_address ⇒ ::String
BVI MAC address.
-
#name ⇒ ::String
The name of CCFE subnet resource.
Instance Attribute Details
#link_layer_addresses ⇒ ::Array<::Google::Cloud::EdgeNetwork::V1::LinkLayerAddress>
Returns A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this subnet.
419 420 421 422 |
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 419 class SubnetStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mac_address ⇒ ::String
Returns BVI MAC address.
419 420 421 422 |
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 419 class SubnetStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The name of CCFE subnet resource.
419 420 421 422 |
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 419 class SubnetStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |