Class HeatWaveFleetSummary
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.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class HeatWaveFleetSummary
Properties
AggregatedMetrics
Declaration
[Required(ErrorMessage = "AggregatedMetrics is required.")]
[JsonProperty(PropertyName = "aggregatedMetrics")]
public List<HeatWaveFleetMetricSummaryDefinition> AggregatedMetrics { get; set; }
Property Value
| Type | Description |
|---|---|
| List<HeatWaveFleetMetricSummaryDefinition> | The usage metrics for the HeatWave clusters in the fleet. |
Remarks
Required
Inventory
Declaration
[Required(ErrorMessage = "Inventory is required.")]
[JsonProperty(PropertyName = "inventory")]
public List<HeatWaveFleetByCategory> Inventory { get; set; }
Property Value
| Type | Description |
|---|---|
| List<HeatWaveFleetByCategory> | The number of HeatWave clusters in the fleet, grouped by cluster type or other properties. |
Remarks
Required