Class: Google::Cloud::EdgeNetwork::V1::LinkLayerAddress
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeNetwork::V1::LinkLayerAddress
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgenetwork/v1/resources.rb
Overview
LinkLayerAddress contains an IP address and corresponding link-layer address.
Instance Attribute Summary collapse
-
#ip_address ⇒ ::String
The IP address of this neighbor.
-
#mac_address ⇒ ::String
The MAC address of this neighbor.
Instance Attribute Details
#ip_address ⇒ ::String
Returns The IP address of this neighbor.
402 403 404 405 |
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 402 class LinkLayerAddress include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mac_address ⇒ ::String
Returns The MAC address of this neighbor.
402 403 404 405 |
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 402 class LinkLayerAddress include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |