Class Stats
Upgrade stats for read pool instances.
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1.dll
Syntax
public class Stats : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Failed
Number of read pool instances which failed to upgrade.
Declaration
[JsonProperty("failed")]
public virtual int? Failed { get; set; }
Property Value
Type | Description |
---|---|
int? |
NotStarted
Number of read pool instances for which upgrade has not started.
Declaration
[JsonProperty("notStarted")]
public virtual int? NotStarted { get; set; }
Property Value
Type | Description |
---|---|
int? |
Ongoing
Number of read pool instances undergoing upgrade.
Declaration
[JsonProperty("ongoing")]
public virtual int? Ongoing { get; set; }
Property Value
Type | Description |
---|---|
int? |
Success
Number of read pool instances successfully upgraded.
Declaration
[JsonProperty("success")]
public virtual int? Success { get; set; }
Property Value
Type | Description |
---|---|
int? |