HeatWaveFleetSummary

class oci.database_management.models.HeatWaveFleetSummary(**kwargs)

Bases: object

The inventory count of HeatWave clusters in the fleet and a summary of the metrics that provide the aggregated usage of CPU, storage, and so on of all the clusters. MySQL support within OCI Database Management service has been deprecated as of January 29, 2026.

Methods

__init__(**kwargs) Initializes a new HeatWaveFleetSummary object with values from keyword arguments.

Attributes

aggregated_metrics [Required] Gets the aggregated_metrics of this HeatWaveFleetSummary.
inventory [Required] Gets the inventory of this HeatWaveFleetSummary.
__init__(**kwargs)

Initializes a new HeatWaveFleetSummary 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 HeatWaveFleetSummary. The usage metrics for the HeatWave clusters in the fleet.

Returns:The aggregated_metrics of this HeatWaveFleetSummary.
Return type:list[oci.database_management.models.HeatWaveFleetMetricSummaryDefinition]
inventory

[Required] Gets the inventory of this HeatWaveFleetSummary. The number of HeatWave clusters in the fleet, grouped by cluster type or other properties.

Returns:The inventory of this HeatWaveFleetSummary.
Return type:list[oci.database_management.models.HeatWaveFleetByCategory]