public enum InterconnectDiagnostics.LinkLACPStatus.State extends Enum<InterconnectDiagnostics.LinkLACPStatus.State> implements ProtocolMessageEnum
State enum for LACP link.
Protobuf enum
google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkLACPStatus.State
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
ACTIVE | The link is configured and active within the bundle. |
ACTIVE_VALUE | The link is configured and active within the bundle. |
DETACHED | The link is not configured within the bundle, this means the rest of the object should be empty. |
DETACHED_VALUE | The link is not configured within the bundle, this means the rest of the object should be empty. |
UNKNOWN | The default state indicating state is in unknown state. |
UNKNOWN_VALUE | The default state indicating state is in unknown state. |
UNRECOGNIZED |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |