Show / Hide Table of Contents

Class UpgradeClusterResponse

UpgradeClusterResponse contains the response for upgrade cluster operation.

Inheritance
object
UpgradeClusterResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudAlloyDBAdmin.v1.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX