AlloyDB v1beta API - Class UpgradeClusterStatus.Types.StageStatus (1.0.0-beta16)

public sealed class UpgradeClusterStatus.Types.StageStatus : IMessage<UpgradeClusterStatus.Types.StageStatus>, IEquatable<UpgradeClusterStatus.Types.StageStatus>, IDeepCloneable<UpgradeClusterStatus.Types.StageStatus>, IBufferMessage, IMessage

Reference documentation and code samples for the AlloyDB v1beta API class UpgradeClusterStatus.Types.StageStatus.

Status of an upgrade stage.

Inheritance

object > UpgradeClusterStatus.Types.StageStatus

Namespace

Google.Cloud.AlloyDb.V1Beta

Assembly

Google.Cloud.AlloyDb.V1Beta.dll

Constructors

StageStatus()

public StageStatus()

StageStatus(StageStatus)

public StageStatus(UpgradeClusterStatus.Types.StageStatus other)
Parameter
Name Description
other UpgradeClusterStatusTypesStageStatus

Properties

ReadPoolInstancesUpgrade

public UpgradeClusterStatus.Types.ReadPoolInstancesUpgradeStageStatus ReadPoolInstancesUpgrade { get; set; }

Read pool instances upgrade metadata.

Property Value
Type Description
UpgradeClusterStatusTypesReadPoolInstancesUpgradeStageStatus

Schedule

public UpgradeClusterStatus.Types.StageStatus.Types.StageSchedule Schedule { get; set; }

Output only. Timing information for the stage execution.

Property Value
Type Description
UpgradeClusterStatusTypesStageStatusTypesStageSchedule

Stage

public UpgradeClusterResponse.Types.Stage Stage { get; set; }

Upgrade stage.

Property Value
Type Description
UpgradeClusterResponseTypesStage

StageSpecificStatusCase

public UpgradeClusterStatus.Types.StageStatus.StageSpecificStatusOneofCase StageSpecificStatusCase { get; }
Property Value
Type Description
UpgradeClusterStatusTypesStageStatusStageSpecificStatusOneofCase

State

public UpgradeClusterResponse.Types.Status State { get; set; }

State of this stage.

Property Value
Type Description
UpgradeClusterResponseTypesStatus