HeatWaveFleetMetrics

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

Bases: object

The details of the HeatWave cluster fleet health metrics.

Methods

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

Attributes

end_time [Required] Gets the end_time of this HeatWaveFleetMetrics.
fleet_clusters [Required] Gets the fleet_clusters of this HeatWaveFleetMetrics.
fleet_summary [Required] Gets the fleet_summary of this HeatWaveFleetMetrics.
start_time [Required] Gets the start_time of this HeatWaveFleetMetrics.
__init__(**kwargs)

Initializes a new HeatWaveFleetMetrics object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
end_time

[Required] Gets the end_time of this HeatWaveFleetMetrics. The end of the time range during which metric data is retrieved.

Returns:The end_time of this HeatWaveFleetMetrics.
Return type:str
fleet_clusters

[Required] Gets the fleet_clusters of this HeatWaveFleetMetrics. The list of HeatWave clusters in the fleet and their usage metrics.

Returns:The fleet_clusters of this HeatWaveFleetMetrics.
Return type:list[oci.database_management.models.HeatWaveClusterUsageMetrics]
fleet_summary

[Required] Gets the fleet_summary of this HeatWaveFleetMetrics. 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.

Returns:The fleet_summary of this HeatWaveFleetMetrics.
Return type:list[oci.database_management.models.HeatWaveFleetSummary]
start_time

[Required] Gets the start_time of this HeatWaveFleetMetrics. The beginning of the time range during which metric data is retrieved.

Returns:The start_time of this HeatWaveFleetMetrics.
Return type:str