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 that the Orchestration Cluster can be in.

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

Namespace

Google \ Cloud \ TelcoAutomation \ V1 \ OrchestrationCluster

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

OrchestrationCluster is being created.

Generated from protobuf enum CREATING = 1;

ACTIVE

Value: 2

OrchestrationCluster has been created and is ready for use.

Generated from protobuf enum ACTIVE = 2;

DELETING

Value: 3

OrchestrationCluster is being deleted.

Generated from protobuf enum DELETING = 3;

FAILED

Value: 4

OrchestrationCluster 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;