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
17578 17579 17580 17581 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 17578 class InterconnectDiagnosticsARPEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mac_address ⇒ ::String
17578 17579 17580 17581 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 17578 class InterconnectDiagnosticsARPEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |