Class ExadataInfrastructureFleetSummary
A summary of the inventory count grouped by Exadata infrastructure deployment type, and the metrics that describe the aggregated usage of CPU, storage, and so on of all Exadata infrastructures in the fleet.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class ExadataInfrastructureFleetSummary
Properties
AggregatedMetrics
Declaration
[JsonProperty(PropertyName = "aggregatedMetrics")]
public List<ExadataFleetMetricSummaryDefinition> AggregatedMetrics { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ExadataFleetMetricSummaryDefinition> | A list of Exadata infrastructures present in the fleet and their usage metrics. |
Inventory
Declaration
[JsonProperty(PropertyName = "inventory")]
public List<ExadataInfrastructureFleetStatusByCategory> Inventory { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ExadataInfrastructureFleetStatusByCategory> | A list of the Exadata infrastructures in the fleet. |