public sealed class UpgradeClusterResponse : IMessage<UpgradeClusterResponse>, IEquatable<UpgradeClusterResponse>, IDeepCloneable<UpgradeClusterResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1beta API class UpgradeClusterResponse.
UpgradeClusterResponse contains the response for upgrade cluster operation.
Implements
IMessageUpgradeClusterResponse, IEquatableUpgradeClusterResponse, IDeepCloneableUpgradeClusterResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1BetaAssembly
Google.Cloud.AlloyDb.V1Beta.dll
Constructors
UpgradeClusterResponse()
public UpgradeClusterResponse()
UpgradeClusterResponse(UpgradeClusterResponse)
public UpgradeClusterResponse(UpgradeClusterResponse other)
Parameter | |
---|---|
Name | Description |
other |
UpgradeClusterResponse |
Properties
ClusterUpgradeDetails
public RepeatedField<UpgradeClusterResponse.Types.ClusterUpgradeDetails> ClusterUpgradeDetails { get; }
Array of upgrade details for the current cluster and all the secondary clusters associated with this cluster.
Property Value | |
---|---|
Type | Description |
RepeatedFieldUpgradeClusterResponseTypesClusterUpgradeDetails |
Message
public string Message { get; set; }
A user friendly message summarising the upgrade operation details and the next steps for the user if there is any.
Property Value | |
---|---|
Type | Description |
string |
Status
public UpgradeClusterResponse.Types.Status Status { get; set; }
Status of upgrade operation.
Property Value | |
---|---|
Type | Description |
UpgradeClusterResponseTypesStatus |