Show / Hide Table of Contents

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.

Inheritance
object
FleetSummary
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 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.

In this article
Back to top