AlloyDB V1ALPHA API - Class Google::Cloud::AlloyDB::V1alpha::PromoteClusterStatus (v0.8.0)

Reference documentation and code samples for the AlloyDB V1ALPHA API class Google::Cloud::AlloyDB::V1alpha::PromoteClusterStatus.

Message for current status of the database during Promote Cluster operation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#state

def state() -> ::Google::Cloud::AlloyDB::V1alpha::PromoteClusterStatus::State
Returns
  • (::Google::Cloud::AlloyDB::V1alpha::PromoteClusterStatus::State) —

    Output only. The current state of the promoted secondary's database. Once the operation is complete, the final state of the database in the LRO can be one of:

    1. PROMOTE_CLUSTER_AVAILABLE_FOR_READ, indicating that the promote operation has failed mid-way, the database is still only available for read.
    2. PROMOTE_CLUSTER_COMPLETED, indicating that a promote operation completed successfully. The database is available for both read and write requests