Module: Google::Cloud::AlloyDB::V1alpha::BatchCreateInstanceStatus::State

Defined in:
proto_docs/google/cloud/alloydb/v1alpha/service.rb

Overview

State contains all valid instance states for the BatchCreateInstances operation. This is mainly used for status reporting through the LRO metadata.

Constant Summary collapse

STATE_UNSPECIFIED =

The state of the instance is unknown.

0
PENDING_CREATE =

Instance is pending creation and has not yet been picked up for processsing in the backend.

1
READY =

The instance is active and running.

2
CREATING =

The instance is being created.

3
DELETING =

The instance is being deleted.

4
FAILED =

The creation of the instance failed or a fatal error occurred during an operation on the instance or a batch of instances.

5
ROLLED_BACK =

The instance was created successfully, but was rolled back and deleted due to some other failure during BatchCreateInstances operation.

6