Google Cloud Edge Network V1 Client - Class State (0.3.5)

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 \ LinkLACPStatus

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNKNOWN

Value: 0

The default state indicating state is in unknown state.

Generated from protobuf enum UNKNOWN = 0;

ACTIVE

Value: 1

The link is configured and active within the bundle.

Generated from protobuf enum ACTIVE = 1;

DETACHED

Value: 2

The link is not configured within the bundle, this means the rest of the object should be empty.

Generated from protobuf enum DETACHED = 2;