public sealed class UpgradeClusterResponse.Types.StageInfo : IMessage<UpgradeClusterResponse.Types.StageInfo>, IEquatable<UpgradeClusterResponse.Types.StageInfo>, IDeepCloneable<UpgradeClusterResponse.Types.StageInfo>, IBufferMessage, IMessageReference documentation and code samples for the AlloyDB v1alpha API class UpgradeClusterResponse.Types.StageInfo.
Stage information for different stages in the upgrade process.
Implements
IMessageUpgradeClusterResponseTypesStageInfo, IEquatableUpgradeClusterResponseTypesStageInfo, IDeepCloneableUpgradeClusterResponseTypesStageInfo, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1AlphaAssembly
Google.Cloud.AlloyDb.V1Alpha.dll
Constructors
StageInfo()
public StageInfo()StageInfo(StageInfo)
public StageInfo(UpgradeClusterResponse.Types.StageInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
UpgradeClusterResponseTypesStageInfo |
Properties
LogsUrl
public string LogsUrl { get; set; }logs_url is the URL for the logs associated with a stage if that stage has logs. Right now, only three stages have logs: ALLOYDB_PRECHECK, PG_UPGRADE_CHECK, PRIMARY_INSTANCE_UPGRADE.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Stage
public UpgradeClusterResponse.Types.Stage Stage { get; set; }The stage.
| Property Value | |
|---|---|
| Type | Description |
UpgradeClusterResponseTypesStage |
|
Status
public UpgradeClusterResponse.Types.Status Status { get; set; }Status of the stage.
| Property Value | |
|---|---|
| Type | Description |
UpgradeClusterResponseTypesStatus |
|