Reference documentation and code samples for the Compute V1 Client class State.
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.
Protobuf type google.cloud.compute.v1.InterconnectDiagnosticsLinkLACPStatus.State
Namespace
Google \ Cloud \ Compute \ V1 \ InterconnectDiagnosticsLinkLACPStatusMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_STATE
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_STATE = 0;
ACTIVE
Value: 314733318
The link is configured and active within the bundle.
Generated from protobuf enum ACTIVE = 314733318;
DETACHED
Value: 216562546
The link is not configured within the bundle, this means the rest of the object should be empty.
Generated from protobuf enum DETACHED = 216562546;