google_api_compute v0.2.0 GoogleApi.Compute.V1.Model.InterconnectDiagnostics View Source

Diagnostics information about interconnect, contains detailed and current technical information about Google?s side of the connection.

Attributes

  • arpCaches ([InterconnectDiagnosticsArpEntry]): A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled. Defaults to: null.
  • links ([InterconnectDiagnosticsLinkStatus]): A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect. Defaults to: null.
  • macAddress (String.t): The MAC address of the Interconnect's bundle interface. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Compute.V1.Model.InterconnectDiagnostics{
  arpCaches: [GoogleApi.Compute.V1.Model.InterconnectDiagnosticsArpEntry.t()],
  links: [GoogleApi.Compute.V1.Model.InterconnectDiagnosticsLinkStatus.t()],
  macAddress: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.