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. MySQL support within OCI Database Management service has been deprecated as of January 29, 2026.

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

[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]