Class Google::Cloud::Compute::V1::InterconnectDiagnosticsARPEntry (v0.5.0)

Describing the ARP neighbor entries seen on this link

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#ip_address

def ip_address() -> ::String
Returns
  • (::String) — The IP address of this ARP neighbor.

#ip_address=

def ip_address=(value) -> ::String
Parameter
  • value (::String) — The IP address of this ARP neighbor.
Returns
  • (::String) — The IP address of this ARP neighbor.

#mac_address

def mac_address() -> ::String
Returns
  • (::String) — The MAC address of this ARP neighbor.

#mac_address=

def mac_address=(value) -> ::String
Parameter
  • value (::String) — The MAC address of this ARP neighbor.
Returns
  • (::String) — The MAC address of this ARP neighbor.