AlloyDB v1alpha API - Class UpgradeClusterResponse.Types.StageInfo (1.0.0-alpha14)

public sealed class UpgradeClusterResponse.Types.StageInfo : IMessage<UpgradeClusterResponse.Types.StageInfo>, IEquatable<UpgradeClusterResponse.Types.StageInfo>, IDeepCloneable<UpgradeClusterResponse.Types.StageInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the AlloyDB v1alpha API class UpgradeClusterResponse.Types.StageInfo.

Stage information for different stages in the upgrade process.

Inheritance

object > UpgradeClusterResponse.Types.StageInfo

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

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