AlloyDB v1 API - Enum BatchCreateInstanceStatus.Types.State (1.6.0)

public enum BatchCreateInstanceStatus.Types.State

Reference documentation and code samples for the AlloyDB v1 API enum BatchCreateInstanceStatus.Types.State.

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

Namespace

Google.Cloud.AlloyDb.V1

Assembly

Google.Cloud.AlloyDb.V1.dll

Fields

NameDescription
Creating

The instance is being created.

Deleting

The instance is being deleted.

Failed

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

PendingCreate

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

Ready

The instance is active and running.

RolledBack

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

Unspecified

The state of the instance is unknown.