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.
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 (list[oci.database_management.models.HeatWaveFleetMetricSummaryDefinition]) – The value to assign to the aggregated_metrics property of this HeatWaveFleetSummary.
- inventory (list[oci.database_management.models.HeatWaveFleetByCategory]) – The value to assign to the inventory property of this HeatWaveFleetSummary.
-
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]
-