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

Diagnostics information about the Interconnect connection, which contains detailed and current technical information about Google's side of the connection.

Attributes

  • arpCaches (type: list(GoogleApi.Compute.V1.Model.InterconnectDiagnosticsARPEntry.t), default: nil) - 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.
  • bundleAggregationType (type: String.t, default: nil) - The aggregation type of the bundle interface.
  • bundleOperationalStatus (type: String.t, default: nil) - The operational status of the bundle interface.
  • links (type: list(GoogleApi.Compute.V1.Model.InterconnectDiagnosticsLinkStatus.t), default: nil) - A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
  • macAddress (type: String.t, default: nil) - The MAC address of the Interconnect's bundle interface.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.InterconnectDiagnostics{
  arpCaches:
    [GoogleApi.Compute.V1.Model.InterconnectDiagnosticsARPEntry.t()] | nil,
  bundleAggregationType: String.t() | nil,
  bundleOperationalStatus: String.t() | nil,
  links:
    [GoogleApi.Compute.V1.Model.InterconnectDiagnosticsLinkStatus.t()] | nil,
  macAddress: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.