Database Center V1BETA API - Class Google::Cloud::DatabaseCenter::V1beta::IssueGroupStats (v0.2.0)

Reference documentation and code samples for the Database Center V1BETA API class Google::Cloud::DatabaseCenter::V1beta::IssueGroupStats.

IssueGroupStats refers to stats for a particulare combination of relevant health issues of database resources.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#display_name

def display_name() -> ::String
Returns
  • (::String) — Database resource level health card name. This will corresponds to one of the requested input group names.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — Database resource level health card name. This will corresponds to one of the requested input group names.
Returns
  • (::String) — Database resource level health card name. This will corresponds to one of the requested input group names.

#healthy_resource_groups_count

def healthy_resource_groups_count() -> ::Integer
Returns
  • (::Integer) — The number of resource groups from the total groups as defined above that are healthy with respect to all of the specified issues.

#healthy_resource_groups_count=

def healthy_resource_groups_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The number of resource groups from the total groups as defined above that are healthy with respect to all of the specified issues.
Returns
  • (::Integer) — 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

def healthy_resources_count() -> ::Integer
Returns
  • (::Integer) — 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.

#healthy_resources_count=

def healthy_resources_count=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.
Returns
  • (::Integer) — 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

def issue_stats() -> ::Array<::Google::Cloud::DatabaseCenter::V1beta::IssueStats>
Returns

#issue_stats=

def issue_stats=(value) -> ::Array<::Google::Cloud::DatabaseCenter::V1beta::IssueStats>
Parameter
Returns

#resource_groups_count

def resource_groups_count() -> ::Integer
Returns
  • (::Integer) — 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.

#resource_groups_count=

def resource_groups_count=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.
Returns
  • (::Integer) — 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

def resources_count() -> ::Integer
Returns
  • (::Integer) — Total count of resources returned by the filter for which any of the specified issues are applicable.

#resources_count=

def resources_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Total count of resources returned by the filter for which any of the specified issues are applicable.
Returns
  • (::Integer) — Total count of resources returned by the filter for which any of the specified issues are applicable.