Show / Hide Table of Contents

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.

Inheritance
object
HeatWaveFleetSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top