public sealed class PromoteClusterStatus : IMessage<PromoteClusterStatus>, IEquatable<PromoteClusterStatus>, IDeepCloneable<PromoteClusterStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1beta API class PromoteClusterStatus.
Message for current status of the database during Promote Cluster operation.
public PromoteClusterStatus.Types.State State { get; set; }
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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation details the `PromoteClusterStatus` class within the AlloyDB v1beta API, providing information on its structure and functionality for the .NET framework."],["The `PromoteClusterStatus` class is designed to represent the current status of a database during a cluster promotion operation, offering insights into the progress and completion state of the operation."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class, offering it diverse capabilities."],["The `State` property, of type `PromoteClusterStatus.Types.State`, is a crucial property that reflects the database's state during and after the promotion, indicating if it is available for read-only, or read/write operations."],["There are two versions provided, beta08, and beta09 which is the most current/latest, each with their own dedicated page, which details the class information and associated properties."]]],[]]