Class UpgradeClusterStatus
Message for current status of the Major Version Upgrade operation.
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1.dll
Syntax
public class UpgradeClusterStatus : IDirectResponseSchema
Properties
Cancellable
Whether the operation is cancellable.
Declaration
[JsonProperty("cancellable")]
public virtual bool? Cancellable { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SourceVersion
Source database major version.
Declaration
[JsonProperty("sourceVersion")]
public virtual string SourceVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
Stages
Status of all upgrade stages.
Declaration
[JsonProperty("stages")]
public virtual IList<StageStatus> Stages { get; set; }
Property Value
Type | Description |
---|---|
IList<StageStatus> |
State
Cluster Major Version Upgrade state.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetVersion
Target database major version.
Declaration
[JsonProperty("targetVersion")]
public virtual string TargetVersion { get; set; }
Property Value
Type | Description |
---|---|
string |