Show / Hide Table of Contents

Class InterconnectDiagnosticsLinkStatus

Inheritance
object
InterconnectDiagnosticsLinkStatus
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.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
Type Description
IList<InterconnectDiagnosticsARPEntry>

CircuitId

The unique ID for this link assigned during turn up by Google.

Declaration
[JsonProperty("circuitId")]
public virtual string CircuitId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GoogleDemarc

The Demarc address assigned by Google and provided in the LoA.

Declaration
[JsonProperty("googleDemarc")]
public virtual string GoogleDemarc { get; set; }
Property Value
Type Description
string

LacpStatus

Declaration
[JsonProperty("lacpStatus")]
public virtual InterconnectDiagnosticsLinkLACPStatus LacpStatus { get; set; }
Property Value
Type Description
InterconnectDiagnosticsLinkLACPStatus

Macsec

Describes the status of MACsec encryption on this link.

Declaration
[JsonProperty("macsec")]
public virtual InterconnectDiagnosticsMacsecStatus Macsec { get; set; }
Property Value
Type Description
InterconnectDiagnosticsMacsecStatus

OperationalStatus

The operational status of the link.

Declaration
[JsonProperty("operationalStatus")]
public virtual string OperationalStatus { get; set; }
Property Value
Type Description
string

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
Type Description
InterconnectDiagnosticsLinkOpticalPower

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
Type Description
InterconnectDiagnosticsLinkOpticalPower

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX