MySqlFleetSummary¶
- 
class oci.database_management.models.MySqlFleetSummary(**kwargs)¶
- Bases: - object- A summary of the inventory count and the metrics that describe the aggregated usage of CPU, storage, and so on of all the MySQL Databases in the fleet. - Methods - __init__(**kwargs)- Initializes a new MySqlFleetSummary object with values from keyword arguments. - Attributes - aggregated_metrics- [Required] Gets the aggregated_metrics of this MySqlFleetSummary. - inventory- [Required] Gets the inventory of this MySqlFleetSummary. - 
__init__(**kwargs)¶
- Initializes a new MySqlFleetSummary 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.MySqlFleetMetricSummaryDefinition]) – The value to assign to the aggregated_metrics property of this MySqlFleetSummary.
- inventory (list[oci.database_management.models.MySqlFleetByCategory]) – The value to assign to the inventory property of this MySqlFleetSummary.
 
 - 
aggregated_metrics¶
- [Required] Gets the aggregated_metrics of this MySqlFleetSummary. The usage metrics for the Managed MySQL Databases in the fleet. - Returns: - The aggregated_metrics of this MySqlFleetSummary. - Return type: - list[oci.database_management.models.MySqlFleetMetricSummaryDefinition] 
 - 
inventory¶
- [Required] Gets the inventory of this MySqlFleetSummary. A list of MySQL Databases in the fleet, grouped by database type. - Returns: - The inventory of this MySqlFleetSummary. - Return type: - list[oci.database_management.models.MySqlFleetByCategory] 
 
-