Reference documentation and code samples for the Google Cloud Database Center V1beta Client class IssueGroupStats.
IssueGroupStats refers to stats for a particulare combination of relevant health issues of database resources.
Generated from protobuf message google.cloud.databasecenter.v1beta.IssueGroupStats
Namespace
Google \ Cloud \ DatabaseCenter \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ display_name
string
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
array< IssueStats
>
List of issues stats containing count of resources having particular issue category.
getDisplayName
Database resource level health card name. This will corresponds to one of the requested input group names.
string
setDisplayName
Database resource level health card name. This will corresponds to one of the requested input group names.
var
string
$this
getResourceGroupsCount
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.
int
setResourceGroupsCount
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.
var
int
$this
getResourcesCount
Total count of resources returned by the filter for which any of the specified issues are applicable.
int
setResourcesCount
Total count of resources returned by the filter for which any of the specified issues are applicable.
var
int
$this
getHealthyResourceGroupsCount
The number of resource groups from the total groups as defined above that are healthy with respect to all of the specified issues.
int
setHealthyResourceGroupsCount
The number of resource groups from the total groups as defined above that are healthy with respect to all of the specified issues.
var
int
$this
getHealthyResourcesCount
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.
int
setHealthyResourcesCount
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.
var
int
$this
getIssueStats
List of issues stats containing count of resources having particular issue category.
setIssueStats
List of issues stats containing count of resources having particular issue category.
$this

