View Source GoogleApi.Compute.V1.Model.InterconnectDiagnosticsARPEntry (google_api_compute v0.56.2)

Describing the ARP neighbor entries seen on this link

Attributes

  • ipAddress (type: String.t, default: nil) - The IP address of this ARP neighbor.
  • macAddress (type: String.t, default: nil) - The MAC address of this ARP neighbor.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.InterconnectDiagnosticsARPEntry{
  ipAddress: String.t() | nil,
  macAddress: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.