HeatWaveFleetSummary

class oci.database_management.models.HeatWaveFleetSummary(**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 HeatWave clusters in the fleet.

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 Managed 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. Summary counts of HeatWave clusters in the fleet grouped by cluster type.

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