Telco Automation V1 API - Module Google::Cloud::TelcoAutomation::V1::OrchestrationCluster::State (v0.3.0)

Reference documentation and code samples for the Telco Automation V1 API module Google::Cloud::TelcoAutomation::V1::OrchestrationCluster::State.

Possible states that the Orchestration Cluster can be in.

Constants

STATE_UNSPECIFIED

value: 0
Unspecified state.

CREATING

value: 1
OrchestrationCluster is being created.

ACTIVE

value: 2
OrchestrationCluster has been created and is ready for use.

DELETING

value: 3
OrchestrationCluster is being deleted.

FAILED

value: 4
OrchestrationCluster encountered an error and is in an indeterministic state. User can still initiate a delete operation on this state.