Class ClusterUpgradeDetails
Upgrade details of a cluster. This cluster can be primary or secondary.
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1beta.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1beta.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 |