Show / Hide Table of Contents

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.

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

In this article
Back to top