Show / Hide Table of Contents

Class InterconnectDiagnosticsLinkStatus

Inheritance
System.Object
InterconnectDiagnosticsLinkStatus
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.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
System.Collections.Generic.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
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.String

LacpStatus

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

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