Google Cloud Telco Automation V1 Client - Class State (0.2.5)

Reference documentation and code samples for the Google Cloud Telco Automation V1 Client class State.

Possible states of the resource.

Protobuf type google.cloud.telcoautomation.v1.EdgeSlm.State

Namespace

Google \ Cloud \ TelcoAutomation \ V1 \ EdgeSlm

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Unspecified state.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

EdgeSlm is being created.

Generated from protobuf enum CREATING = 1;

ACTIVE

Value: 2

EdgeSlm has been created and is ready for use.

Generated from protobuf enum ACTIVE = 2;

DELETING

Value: 3

EdgeSlm is being deleted.

Generated from protobuf enum DELETING = 3;

FAILED

Value: 4

EdgeSlm encountered an error and is in an indeterministic state. User can still initiate a delete operation on this state.

Generated from protobuf enum FAILED = 4;