Class UpgradeClusterResponse
UpgradeClusterResponse contains the response for upgrade cluster operation.
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1beta.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1beta.dll
Syntax
public class UpgradeClusterResponse : IDirectResponseSchema
Properties
ClusterUpgradeDetails
Array of upgrade details for the current cluster and all the secondary clusters associated with this cluster.
Declaration
[JsonProperty("clusterUpgradeDetails")]
public virtual IList<ClusterUpgradeDetails> ClusterUpgradeDetails { get; set; }
Property Value
Type | Description |
---|---|
IList<ClusterUpgradeDetails> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Message
A user friendly message summarising the upgrade operation details and the next steps for the user if there is any.
Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
Status of upgrade operation.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type | Description |
---|---|
string |