public sealed class UpgradeClusterStatus : IMessage<UpgradeClusterStatus>, IEquatable<UpgradeClusterStatus>, IDeepCloneable<UpgradeClusterStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1alpha API class UpgradeClusterStatus.
Message for current status of the Major Version Upgrade operation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis documentation details the \u003ccode\u003eUpgradeClusterStatus\u003c/code\u003e class, which is part of the Google Cloud AlloyDB v1alpha API and is used for monitoring the status of major version upgrade operations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpgradeClusterStatus\u003c/code\u003e class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eUpgradeClusterStatus\u003c/code\u003e class include \u003ccode\u003eCancellable\u003c/code\u003e (indicating whether the operation can be cancelled), \u003ccode\u003eSourceVersion\u003c/code\u003e and \u003ccode\u003eTargetVersion\u003c/code\u003e (specifying the database versions), \u003ccode\u003eStages\u003c/code\u003e (providing status of all upgrade stages), and \u003ccode\u003eState\u003c/code\u003e (representing the current upgrade status).\u003c/p\u003e\n"],["\u003cp\u003eThe documentation outlines the constructors for the \u003ccode\u003eUpgradeClusterStatus\u003c/code\u003e class, including a parameterless constructor and one that accepts another \u003ccode\u003eUpgradeClusterStatus\u003c/code\u003e object as an argument.\u003c/p\u003e\n"],["\u003cp\u003eThe class resides within the \u003ccode\u003eGoogle.Cloud.AlloyDb.V1Alpha\u003c/code\u003e namespace and is found in the \u003ccode\u003eGoogle.Cloud.AlloyDb.V1Alpha.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# AlloyDB v1alpha API - Class UpgradeClusterStatus (1.0.0-alpha12)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-alpha12 (latest)](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha.UpgradeClusterStatus)\n- [1.0.0-alpha11](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/1.0.0-alpha11/Google.Cloud.AlloyDb.V1Alpha.UpgradeClusterStatus) \n\n public sealed class UpgradeClusterStatus : IMessage\u003cUpgradeClusterStatus\u003e, IEquatable\u003cUpgradeClusterStatus\u003e, IDeepCloneable\u003cUpgradeClusterStatus\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the AlloyDB v1alpha API class UpgradeClusterStatus.\n\nMessage for current status of the Major Version Upgrade operation. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e UpgradeClusterStatus \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[UpgradeClusterStatus](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha.UpgradeClusterStatus), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[UpgradeClusterStatus](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha.UpgradeClusterStatus), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[UpgradeClusterStatus](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha.UpgradeClusterStatus), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AlloyDb.V1Alpha](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha)\n\nAssembly\n--------\n\nGoogle.Cloud.AlloyDb.V1Alpha.dll\n\nConstructors\n------------\n\n### UpgradeClusterStatus()\n\n public UpgradeClusterStatus()\n\n### UpgradeClusterStatus(UpgradeClusterStatus)\n\n public UpgradeClusterStatus(UpgradeClusterStatus other)\n\nProperties\n----------\n\n### Cancellable\n\n public bool Cancellable { get; set; }\n\nWhether the operation is cancellable.\n\n### SourceVersion\n\n public DatabaseVersion SourceVersion { get; set; }\n\nSource database major version.\n\n### Stages\n\n public RepeatedField\u003cUpgradeClusterStatus.Types.StageStatus\u003e Stages { get; }\n\nStatus of all upgrade stages.\n\n### State\n\n public UpgradeClusterResponse.Types.Status State { get; set; }\n\nCluster Major Version Upgrade state.\n\n### TargetVersion\n\n public DatabaseVersion TargetVersion { get; set; }\n\nTarget database major version."]]