Class AggregateFleetRow
Individual row grouped by a particular dimension.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseCenter.v1beta.Data
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class AggregateFleetRow : IDirectResponseSchema
Properties
DeltaDetails
Optional. Delta counts and details of resources which were added to/deleted from fleet.
Declaration
[JsonProperty("deltaDetails")]
public virtual DeltaDetails DeltaDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| DeltaDetails |
Dimension
Group by dimension.
Declaration
[JsonProperty("dimension")]
public virtual IList<Dimension> Dimension { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Dimension> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceGroupsCount
Number of resource groups that have a particular dimension.
Declaration
[JsonProperty("resourceGroupsCount")]
public virtual int? ResourceGroupsCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ResourcesCount
Number of resources that have a particular dimension.
Declaration
[JsonProperty("resourcesCount")]
public virtual int? ResourcesCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |