google_api_compute v0.11.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
(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.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.
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 Sourcet() :: %GoogleApi.Compute.V1.Model.InterconnectDiagnostics{ arpCaches: [GoogleApi.Compute.V1.Model.InterconnectDiagnosticsARPEntry.t()], links: [GoogleApi.Compute.V1.Model.InterconnectDiagnosticsLinkStatus.t()], macAddress: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.