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