Class IssueGroupStats
IssueGroupStats refers to stats for a particulare combination of relevant health issues of database resources.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseCenter.v1beta.Data
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class IssueGroupStats : IDirectResponseSchema
Properties
DisplayName
Database resource level health card name. This will corresponds to one of the requested input group names.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 |
HealthyResourceGroupsCount
The number of resource groups from the total groups as defined above that are healthy with respect to all of the specified issues.
Declaration
[JsonProperty("healthyResourceGroupsCount")]
public virtual int? HealthyResourceGroupsCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
HealthyResourcesCount
The number of resources from the total defined above in field total_resources_count that are healthy with respect to all of the specified issues.
Declaration
[JsonProperty("healthyResourcesCount")]
public virtual int? HealthyResourcesCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
IssueStats
List of issues stats containing count of resources having particular issue category.
Declaration
[JsonProperty("issueStats")]
public virtual IList<IssueStats> IssueStats { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<IssueStats> |
ResourceGroupsCount
Total count of the groups of resources returned by the filter that also have one or more resources for which any of the specified issues are applicable.
Declaration
[JsonProperty("resourceGroupsCount")]
public virtual int? ResourceGroupsCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ResourcesCount
Total count of resources returned by the filter for which any of the specified issues are applicable.
Declaration
[JsonProperty("resourcesCount")]
public virtual int? ResourcesCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |