public sealed class InterconnectDiagnostics.Types.LinkStatus : IMessage<InterconnectDiagnostics.Types.LinkStatus>, IEquatable<InterconnectDiagnostics.Types.LinkStatus>, IDeepCloneable<InterconnectDiagnostics.Types.LinkStatus>, IBufferMessage, IMessageReference documentation and code samples for the Distributed Cloud Edge Network v1 API class InterconnectDiagnostics.Types.LinkStatus.
Describing the status for each link on the Interconnect.
Implements
IMessageInterconnectDiagnosticsTypesLinkStatus, IEquatableInterconnectDiagnosticsTypesLinkStatus, IDeepCloneableInterconnectDiagnosticsTypesLinkStatus, IBufferMessage, IMessageNamespace
Google.Cloud.EdgeNetwork.V1Assembly
Google.Cloud.EdgeNetwork.V1.dll
Constructors
LinkStatus()
public LinkStatus()LinkStatus(LinkStatus)
public LinkStatus(InterconnectDiagnostics.Types.LinkStatus other)| Parameter | |
|---|---|
| Name | Description |
other |
InterconnectDiagnosticsTypesLinkStatus |
Properties
CircuitId
public string CircuitId { get; set; }The unique ID for this link assigned during turn up by Google.
| Property Value | |
|---|---|
| Type | Description |
string |
|
LacpStatus
public InterconnectDiagnostics.Types.LinkLACPStatus LacpStatus { get; set; }Describing the state of a LACP link.
| Property Value | |
|---|---|
| Type | Description |
InterconnectDiagnosticsTypesLinkLACPStatus |
|
LldpStatuses
public RepeatedField<InterconnectDiagnostics.Types.LinkLLDPStatus> LldpStatuses { get; }A list of LinkLLDPStatus objects, used to describe LLDP status of each peer for each link on the Interconnect.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldInterconnectDiagnosticsTypesLinkLLDPStatus |
|
PacketCounts
public InterconnectDiagnostics.Types.PacketCounts PacketCounts { get; set; }Packet counts specific statistics for this link.
| Property Value | |
|---|---|
| Type | Description |
InterconnectDiagnosticsTypesPacketCounts |
|