public static interface InterconnectDiagnostics.LinkLACPStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAggregatable()
A true value indicates that the participant will allow the link to be
used as part of the aggregate.
|
boolean |
getCollecting()
If true, the participant is collecting incoming frames on the link,
otherwise false
bool collecting = 5; |
boolean |
getDistributing()
When true, the participant is distributing outgoing frames; when false,
distribution is disabled
bool distributing = 6; |
String |
getGoogleSystemId()
System ID of the port on Google's side of the LACP exchange.
|
com.google.protobuf.ByteString |
getGoogleSystemIdBytes()
System ID of the port on Google's side of the LACP exchange.
|
String |
getNeighborSystemId()
System ID of the port on the neighbor's side of the LACP exchange.
|
com.google.protobuf.ByteString |
getNeighborSystemIdBytes()
System ID of the port on the neighbor's side of the LACP exchange.
|
InterconnectDiagnostics.LinkLACPStatus.State |
getState()
The state of a LACP link.
|
int |
getStateValue()
The state of a LACP link.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getStateValue()
The state of a LACP link.
.google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkLACPStatus.State state = 1;
InterconnectDiagnostics.LinkLACPStatus.State getState()
The state of a LACP link.
.google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkLACPStatus.State state = 1;
String getGoogleSystemId()
System ID of the port on Google's side of the LACP exchange.
string google_system_id = 2;com.google.protobuf.ByteString getGoogleSystemIdBytes()
System ID of the port on Google's side of the LACP exchange.
string google_system_id = 2;String getNeighborSystemId()
System ID of the port on the neighbor's side of the LACP exchange.
string neighbor_system_id = 3;com.google.protobuf.ByteString getNeighborSystemIdBytes()
System ID of the port on the neighbor's side of the LACP exchange.
string neighbor_system_id = 3;boolean getAggregatable()
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.
bool aggregatable = 4;boolean getCollecting()
If true, the participant is collecting incoming frames on the link, otherwise false
bool collecting = 5;boolean getDistributing()
When true, the participant is distributing outgoing frames; when false, distribution is disabled
bool distributing = 6;Copyright © 2025 Google LLC. All rights reserved.