Class HeatWaveFleetMetricSummaryDefinition
A summary of the fleet metrics, which provides the metric aggregated value of the HeatWave clusters in the fleet.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class HeatWaveFleetMetricSummaryDefinition
Properties
Dimensions
Declaration
[Required(ErrorMessage = "Dimensions is required.")]
[JsonProperty(PropertyName = "dimensions")]
public List<MetricDimensionDefinition> Dimensions { get; set; }
Property Value
Type | Description |
---|---|
List<MetricDimensionDefinition> | The unique dimension key and values of the metric. |
Remarks
Required
MetricName
Declaration
[Required(ErrorMessage = "MetricName is required.")]
[JsonProperty(PropertyName = "metricName")]
public string MetricName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the metric. |
Remarks
Required
MetricValue
Declaration
[Required(ErrorMessage = "MetricValue is required.")]
[JsonProperty(PropertyName = "metricValue")]
public double MetricValue { get; set; }
Property Value
Type | Description |
---|---|
double | The aggregated metric value. |
Remarks
Required
Unit
Declaration
[Required(ErrorMessage = "Unit is required.")]
[JsonProperty(PropertyName = "unit")]
public string Unit { get; set; }
Property Value
Type | Description |
---|---|
string | The unit of the metric value. |
Remarks
Required