public sealed class IssueGroupStats : IMessage<IssueGroupStats>, IEquatable<IssueGroupStats>, IDeepCloneable<IssueGroupStats>, IBufferMessage, IMessageReference documentation and code samples for the Database Center v1beta API class IssueGroupStats.
IssueGroupStats refers to stats for a particulare combination of relevant health issues of database resources.
Implements
IMessageIssueGroupStats, IEquatableIssueGroupStats, IDeepCloneableIssueGroupStats, IBufferMessage, IMessageNamespace
Google.Cloud.DatabaseCenter.V1BetaAssembly
Google.Cloud.DatabaseCenter.V1Beta.dll
Constructors
IssueGroupStats()
public IssueGroupStats()IssueGroupStats(IssueGroupStats)
public IssueGroupStats(IssueGroupStats other)| Parameter | |
|---|---|
| Name | Description |
other |
IssueGroupStats |
Properties
DisplayName
public string DisplayName { get; set; }Database resource level health card name. This will corresponds to one of the requested input group names.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HealthyResourceGroupsCount
public int HealthyResourceGroupsCount { get; set; }The number of resource groups from the total groups as defined above that are healthy with respect to all of the specified issues.
| Property Value | |
|---|---|
| Type | Description |
int |
|
HealthyResourcesCount
public int HealthyResourcesCount { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
int |
|
IssueStats
public RepeatedField<IssueStats> IssueStats { get; }List of issues stats containing count of resources having particular issue category.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldIssueStats |
|
ResourceGroupsCount
public int ResourceGroupsCount { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
int |
|
ResourcesCount
public int ResourcesCount { get; set; }Total count of resources returned by the filter for which any of the specified issues are applicable.
| Property Value | |
|---|---|
| Type | Description |
int |
|