Class: Google::Cloud::Compute::V1::InterconnectDiagnosticsARPEntry

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#ip_address ⇒ ::String

Returns The IP address of this ARP neighbor.

Returns:

  • (::String) —

    The IP address of this ARP neighbor.



38405
38406
38407
38408
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 38405

class InterconnectDiagnosticsARPEntry
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#mac_address ⇒ ::String

Returns The MAC address of this ARP neighbor.

Returns:

  • (::String) —

    The MAC address of this ARP neighbor.



38405
38406
38407
38408
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 38405

class InterconnectDiagnosticsARPEntry
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end