Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::InterconnectDiagnosticsARPEntry (v1.5.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::InterconnectDiagnosticsARPEntry.

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.