Module: Google::Cloud::AlloyDB::V1alpha::PromoteClusterStatus::State

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

Overview

State contains all valid states of the database during promote cluster operation. This is used for status reporting through the LRO metadata.

Constant Summary collapse

STATE_UNSPECIFIED =

The state of the database is unknown.

0
PROMOTE_CLUSTER_AVAILABLE_FOR_READ =

The database is only available for read.

1
PROMOTE_CLUSTER_AVAILABLE_FOR_WRITE =

The database is available for both read and write. The promote operation is near completion.

2
PROMOTE_CLUSTER_COMPLETED =

The promote operation is completed and the database is available for write.

3