google_api_compute v0.2.0 GoogleApi.Compute.V1.Model.InterconnectDiagnosticsLinkStatus View Source
Attributes
- arpCaches ([InterconnectDiagnosticsArpEntry]): A list of InterconnectDiagnostics.ARPEntry objects, describing the ARP neighbor entries seen on this link. This will be empty if the link is bundled Defaults to:
null
. - circuitId (String.t): The unique ID for this link assigned during turn up by Google. Defaults to:
null
. - googleDemarc (String.t): The Demarc address assigned by Google and provided in the LoA. Defaults to:
null
. - lacpStatus (InterconnectDiagnosticsLinkLacpStatus): Defaults to:
null
. - receivingOpticalPower (InterconnectDiagnosticsLinkOpticalPower): Defaults to:
null
. - transmittingOpticalPower (InterconnectDiagnosticsLinkOpticalPower): 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.InterconnectDiagnosticsLinkStatus{ arpCaches: [GoogleApi.Compute.V1.Model.InterconnectDiagnosticsArpEntry.t()], circuitId: any(), googleDemarc: any(), lacpStatus: GoogleApi.Compute.V1.Model.InterconnectDiagnosticsLinkLacpStatus.t(), receivingOpticalPower: GoogleApi.Compute.V1.Model.InterconnectDiagnosticsLinkOpticalPower.t(), transmittingOpticalPower: GoogleApi.Compute.V1.Model.InterconnectDiagnosticsLinkOpticalPower.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.