Class InstanceUpgradeDetails
Details regarding the upgrade of instaces associated with a cluster.
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1alpha.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1alpha.dll
Syntax
public class InstanceUpgradeDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InstanceType
Instance type.
Declaration
[JsonProperty("instanceType")]
public virtual string InstanceType { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Normalized name of the instance.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
UpgradeStatus
Upgrade status of the instance.
Declaration
[JsonProperty("upgradeStatus")]
public virtual string UpgradeStatus { get; set; }
Property Value
Type | Description |
---|---|
string |