public sealed class UpgradeClusterStatus : IMessage<UpgradeClusterStatus>, IEquatable<UpgradeClusterStatus>, IDeepCloneable<UpgradeClusterStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1beta 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 AlloyDB v1beta API and is used to represent the current status of a major version upgrade operation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpgradeClusterStatus\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, allowing for various functionalities like deep cloning and message handling.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains properties such as \u003ccode\u003eCancellable\u003c/code\u003e (to check if the upgrade can be canceled), \u003ccode\u003eSourceVersion\u003c/code\u003e and \u003ccode\u003eTargetVersion\u003c/code\u003e (to identify the source and target database major versions), \u003ccode\u003eStages\u003c/code\u003e (to check the status of each upgrade step), and \u003ccode\u003eState\u003c/code\u003e (to determine the overall upgrade status).\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for \u003ccode\u003eUpgradeClusterStatus\u003c/code\u003e: a default constructor and one that takes another \u003ccode\u003eUpgradeClusterStatus\u003c/code\u003e instance as a parameter for copying its state.\u003c/p\u003e\n"]]],[],null,["# AlloyDB v1beta API - Class UpgradeClusterStatus (1.0.0-beta12)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta12 (latest)](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Beta/latest/Google.Cloud.AlloyDb.V1Beta.UpgradeClusterStatus)\n- [1.0.0-beta11](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Beta/1.0.0-beta11/Google.Cloud.AlloyDb.V1Beta.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 v1beta 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.V1Beta/latest/Google.Cloud.AlloyDb.V1Beta.UpgradeClusterStatus), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[UpgradeClusterStatus](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Beta/latest/Google.Cloud.AlloyDb.V1Beta.UpgradeClusterStatus), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[UpgradeClusterStatus](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Beta/latest/Google.Cloud.AlloyDb.V1Beta.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.V1Beta](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Beta/latest/Google.Cloud.AlloyDb.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.AlloyDb.V1Beta.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."]]