public interface InterconnectDiagnosticsLinkLACPStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
getState()
The state of a LACP link, which can take one of the following values: - ACTIVE: The link is configured and active within the bundle.
|
com.google.protobuf.ByteString |
getStateBytes()
The state of a LACP link, which can take one of the following values: - ACTIVE: The link is configured and active within the bundle.
|
boolean |
hasGoogleSystemId()
System ID of the port on Google's side of the LACP exchange.
|
boolean |
hasNeighborSystemId()
System ID of the port on the neighbor's side of the LACP exchange.
|
boolean |
hasState()
The state of a LACP link, which can take one of the following values: - ACTIVE: The link is configured and active within the bundle.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGoogleSystemId()
System ID of the port on Google's side of the LACP exchange.
optional string google_system_id = 91210405;String getGoogleSystemId()
System ID of the port on Google's side of the LACP exchange.
optional string google_system_id = 91210405;com.google.protobuf.ByteString getGoogleSystemIdBytes()
System ID of the port on Google's side of the LACP exchange.
optional string google_system_id = 91210405;boolean hasNeighborSystemId()
System ID of the port on the neighbor's side of the LACP exchange.
optional string neighbor_system_id = 343821342;String getNeighborSystemId()
System ID of the port on the neighbor's side of the LACP exchange.
optional string neighbor_system_id = 343821342;com.google.protobuf.ByteString getNeighborSystemIdBytes()
System ID of the port on the neighbor's side of the LACP exchange.
optional string neighbor_system_id = 343821342;boolean hasState()
The state of a LACP link, which can take one of the following values: - ACTIVE: The link is configured and active within the bundle. - DETACHED: The link is not configured within the bundle. This means that the rest of the object should be empty. Check the State enum for the list of possible values.
optional string state = 109757585;String getState()
The state of a LACP link, which can take one of the following values: - ACTIVE: The link is configured and active within the bundle. - DETACHED: The link is not configured within the bundle. This means that the rest of the object should be empty. Check the State enum for the list of possible values.
optional string state = 109757585;com.google.protobuf.ByteString getStateBytes()
The state of a LACP link, which can take one of the following values: - ACTIVE: The link is configured and active within the bundle. - DETACHED: The link is not configured within the bundle. This means that the rest of the object should be empty. Check the State enum for the list of possible values.
optional string state = 109757585;Copyright © 2023 Google LLC. All rights reserved.