Reference documentation and code samples for the AlloyDB V1BETA API class Google::Cloud::AlloyDB::V1beta::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::V1beta::PromoteClusterStatus::State Returns 
 -  (::Google::Cloud::AlloyDB::V1beta::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:
- PROMOTE_CLUSTER_AVAILABLE_FOR_READ, indicating that the promote operation has failed mid-way, the database is still only available for read.
 - PROMOTE_CLUSTER_COMPLETED, indicating that a promote operation completed successfully. The database is available for both read and write requests