AlloyDB v1alpha API - Class PromoteClusterStatus (1.0.0-alpha10)

public sealed class PromoteClusterStatus : IMessage<PromoteClusterStatus>, IEquatable<PromoteClusterStatus>, IDeepCloneable<PromoteClusterStatus>, IBufferMessage, IMessage

Reference documentation and code samples for the AlloyDB v1alpha API class PromoteClusterStatus.

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

Inheritance

object > PromoteClusterStatus

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.dll

Constructors

PromoteClusterStatus()

public PromoteClusterStatus()

PromoteClusterStatus(PromoteClusterStatus)

public PromoteClusterStatus(PromoteClusterStatus other)
Parameter
Name Description
other PromoteClusterStatus

Properties

State

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:

  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
Property Value
Type Description
PromoteClusterStatusTypesState