FleetSummary¶
-
class
oci.database_management.models.
FleetSummary
(**kwargs)¶ Bases:
object
A summary of the inventory count grouped by database type and subtype, and the metrics that describe the aggregated usage of CPU, storage, and so on of all the databases in the fleet.
Methods
__init__
(**kwargs)Initializes a new FleetSummary object with values from keyword arguments. Attributes
aggregated_metrics
Gets the aggregated_metrics of this FleetSummary. inventory
Gets the inventory of this FleetSummary. -
__init__
(**kwargs)¶ Initializes a new FleetSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - aggregated_metrics (list[oci.database_management.models.FleetMetricSummaryDefinition]) – The value to assign to the aggregated_metrics property of this FleetSummary.
- inventory (list[oci.database_management.models.FleetStatusByCategory]) – The value to assign to the inventory property of this FleetSummary.
-
aggregated_metrics
¶ Gets the aggregated_metrics of this FleetSummary. A list of databases present in the fleet and their usage metrics.
Returns: The aggregated_metrics of this FleetSummary. Return type: list[oci.database_management.models.FleetMetricSummaryDefinition]
-
inventory
¶ Gets the inventory of this FleetSummary. A list of the databases in the fleet, grouped by database type and subtype.
Returns: The inventory of this FleetSummary. Return type: list[oci.database_management.models.FleetStatusByCategory]
-