public sealed class InterconnectDiagnostics.Types.LinkLACPStatus : IMessage<InterconnectDiagnostics.Types.LinkLACPStatus>, IEquatable<InterconnectDiagnostics.Types.LinkLACPStatus>, IDeepCloneable<InterconnectDiagnostics.Types.LinkLACPStatus>, IBufferMessage, IMessageReference documentation and code samples for the Distributed Cloud Edge Network v1 API class InterconnectDiagnostics.Types.LinkLACPStatus.
Describing the status of a LACP link.
Implements
IMessageInterconnectDiagnosticsTypesLinkLACPStatus, IEquatableInterconnectDiagnosticsTypesLinkLACPStatus, IDeepCloneableInterconnectDiagnosticsTypesLinkLACPStatus, IBufferMessage, IMessageNamespace
Google.Cloud.EdgeNetwork.V1Assembly
Google.Cloud.EdgeNetwork.V1.dll
Constructors
LinkLACPStatus()
public LinkLACPStatus()LinkLACPStatus(LinkLACPStatus)
public LinkLACPStatus(InterconnectDiagnostics.Types.LinkLACPStatus other)| Parameter | |
|---|---|
| Name | Description |
other |
InterconnectDiagnosticsTypesLinkLACPStatus |
Properties
Aggregatable
public bool Aggregatable { get; set; }A true value indicates that the participant will allow the link to be used as part of the aggregate. A false value indicates the link should be used as an individual link.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Collecting
public bool Collecting { get; set; }If true, the participant is collecting incoming frames on the link, otherwise false
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Distributing
public bool Distributing { get; set; }When true, the participant is distributing outgoing frames; when false, distribution is disabled
| Property Value | |
|---|---|
| Type | Description |
bool |
|
GoogleSystemId
public string GoogleSystemId { get; set; }System ID of the port on Google's side of the LACP exchange.
| Property Value | |
|---|---|
| Type | Description |
string |
|
NeighborSystemId
public string NeighborSystemId { get; set; }System ID of the port on the neighbor's side of the LACP exchange.
| Property Value | |
|---|---|
| Type | Description |
string |
|
State
public InterconnectDiagnostics.Types.LinkLACPStatus.Types.State State { get; set; }The state of a LACP link.
| Property Value | |
|---|---|
| Type | Description |
InterconnectDiagnosticsTypesLinkLACPStatusTypesState |
|