IssueGroupStats(mapping=None, *, ignore_unknown_fields=False, **kwargs)IssueGroupStats refers to stats for a particulare combination of relevant health issues of database resources.
Attributes |
|
|---|---|
| Name | Description |
display_name |
str
Database resource level health card name. This will corresponds to one of the requested input group names. |
resource_groups_count |
int
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. |
resources_count |
int
Total count of resources returned by the filter for which any of the specified issues are applicable. |
healthy_resource_groups_count |
int
The number of resource groups from the total groups as defined above that are healthy with respect to all of the specified issues. |
healthy_resources_count |
int
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. |
issue_stats |
MutableSequence[google.cloud.databasecenter_v1beta.types.IssueStats]
List of issues stats containing count of resources having particular issue category. |