Show / Hide Table of Contents

Class ClusterUpgradeDetails

Upgrade details of a cluster. This cluster can be primary or secondary.

Inheritance
object
ClusterUpgradeDetails
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 ClusterUpgradeDetails : IDirectResponseSchema

Properties

ClusterType

Cluster type which can either be primary or secondary.

Declaration
[JsonProperty("clusterType")]
public virtual string ClusterType { get; set; }
Property Value
Type Description
string

DatabaseVersion

Database version of the cluster after the upgrade operation. This will be the target version if the upgrade was successful otherwise it remains the same as that before the upgrade operation.

Declaration
[JsonProperty("databaseVersion")]
public virtual string DatabaseVersion { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InstanceUpgradeDetails

Upgrade details of the instances directly associated with this cluster.

Declaration
[JsonProperty("instanceUpgradeDetails")]
public virtual IList<InstanceUpgradeDetails> InstanceUpgradeDetails { get; set; }
Property Value
Type Description
IList<InstanceUpgradeDetails>

Name

Normalized name of the cluster

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

StageInfo

Array containing stage info associated with this cluster.

Declaration
[JsonProperty("stageInfo")]
public virtual IList<StageInfo> StageInfo { get; set; }
Property Value
Type Description
IList<StageInfo>

UpgradeStatus

Upgrade status of the cluster.

Declaration
[JsonProperty("upgradeStatus")]
public virtual string UpgradeStatus { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX