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: - start_time (str) – The value to assign to the start_time property of this HeatWaveFleetMetrics.
- end_time (str) – The value to assign to the end_time property of this HeatWaveFleetMetrics.
- fleet_clusters (list[oci.database_management.models.HeatWaveClusterUsageMetrics]) – The value to assign to the fleet_clusters property of this HeatWaveFleetMetrics.
- fleet_summary (list[oci.database_management.models.HeatWaveFleetSummary]) – The value to assign to the fleet_summary property of this HeatWaveFleetMetrics.
 
 - 
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. The number 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. - 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 
 
-