Class InterconnectDiagnosticsLinkStatus
Inheritance
InterconnectDiagnosticsLinkStatus
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class InterconnectDiagnosticsLinkStatus : IDirectResponseSchema
Properties
ArpCaches
A list of InterconnectDiagnostics.ARPEntry objects, describing the ARP neighbor entries seen on this link.
This will be empty if the link is bundled
Declaration
[JsonProperty("arpCaches")]
public virtual IList<InterconnectDiagnosticsARPEntry> ArpCaches { get; set; }
Property Value
CircuitId
The unique ID for this link assigned during turn up by Google.
Declaration
[JsonProperty("circuitId")]
public virtual string CircuitId { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
GoogleDemarc
The Demarc address assigned by Google and provided in the LoA.
Declaration
[JsonProperty("googleDemarc")]
public virtual string GoogleDemarc { get; set; }
Property Value
LacpStatus
Declaration
[JsonProperty("lacpStatus")]
public virtual InterconnectDiagnosticsLinkLACPStatus LacpStatus { get; set; }
Property Value
Macsec
Describes the status of MACsec encryption on this link.
Declaration
[JsonProperty("macsec")]
public virtual InterconnectDiagnosticsMacsecStatus Macsec { get; set; }
Property Value
OperationalStatus
The operational status of the link.
Declaration
[JsonProperty("operationalStatus")]
public virtual string OperationalStatus { get; set; }
Property Value
ReceivingOpticalPower
An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the received
light level.
Declaration
[JsonProperty("receivingOpticalPower")]
public virtual InterconnectDiagnosticsLinkOpticalPower ReceivingOpticalPower { get; set; }
Property Value
TransmittingOpticalPower
An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the
transmitted light level.
Declaration
[JsonProperty("transmittingOpticalPower")]
public virtual InterconnectDiagnosticsLinkOpticalPower TransmittingOpticalPower { get; set; }
Property Value
Implements