AlloyDB v1alpha API - Enum PromoteClusterStatus.Types.State (1.0.0-alpha10)

public enum PromoteClusterStatus.Types.State

Reference documentation and code samples for the AlloyDB v1alpha API enum PromoteClusterStatus.Types.State.

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

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.dll

Fields

Name Description
PromoteClusterAvailableForRead

The database is only available for read.

PromoteClusterAvailableForWrite

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

PromoteClusterCompleted

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

Unspecified

The state of the database is unknown.