Reference documentation and code samples for the Google Cloud Edge Network V1 Client class State.
State enum for LACP link.
Protobuf type google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkLACPStatus.State
Namespace
Google \ Cloud \ EdgeNetwork \ V1 \ InterconnectDiagnostics \ LinkLACPStatusMethods
static::name
| Parameter | |
|---|---|
| Name | Description | 
| value | mixed | 
static::value
| Parameter | |
|---|---|
| Name | Description | 
| name | mixed | 
Constants
UNKNOWN
Value: 0The default state indicating state is in unknown state.
Generated from protobuf enum UNKNOWN = 0;
ACTIVE
Value: 1The link is configured and active within the bundle.
Generated from protobuf enum ACTIVE = 1;
DETACHED
Value: 2The link is not configured within the bundle, this means the rest of the object should be empty.
Generated from protobuf enum DETACHED = 2;