Class AggregateFleetResponse (0.3.0)

AggregateFleetResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The response message to aggregate a fleet by some group by fields.

Attributes

Name Description
rows MutableSequence[google.cloud.databasecenter_v1beta.types.AggregateFleetRow]
Represents a row grouped by the fields in the input.
resource_groups_total_count int
Count of all resource groups in the fleet. This includes counts from all pages.
resource_total_count int
Count of all resources in the fleet. This includes counts from all pages.
next_page_token str
A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
unreachable MutableSequence[str]
Unordered list. List of unreachable regions from where data could not be retrieved.