Class: Google::Cloud::Compute::V1::InterconnectDiagnosticsARPEntry
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InterconnectDiagnosticsARPEntry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Describing the ARP neighbor entries seen on this link
Instance Attribute Summary collapse
-
#ip_address ⇒ ::String
The IP address of this ARP neighbor.
-
#mac_address ⇒ ::String
The MAC address of this ARP neighbor.
Instance Attribute Details
#ip_address ⇒ ::String
Returns The IP address of this ARP neighbor.
16069 16070 16071 16072 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16069 class InterconnectDiagnosticsARPEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mac_address ⇒ ::String
Returns The MAC address of this ARP neighbor.
16069 16070 16071 16072 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16069 class InterconnectDiagnosticsARPEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |