public sealed class UpgradeClusterStatus.Types.StageStatus : IMessage<UpgradeClusterStatus.Types.StageStatus>, IEquatable<UpgradeClusterStatus.Types.StageStatus>, IDeepCloneable<UpgradeClusterStatus.Types.StageStatus>, IBufferMessage, IMessageReference documentation and code samples for the AlloyDB v1beta API class UpgradeClusterStatus.Types.StageStatus.
Status of an upgrade stage.
Implements
IMessageUpgradeClusterStatusTypesStageStatus, IEquatableUpgradeClusterStatusTypesStageStatus, IDeepCloneableUpgradeClusterStatusTypesStageStatus, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1BetaAssembly
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 |
|