Show / Hide Table of Contents

Class CpuUtilizationAggregateMetrics

The CPU utilization metrics for Autonomous Databases.

Inheritance
object
CpuUtilizationAggregateMetrics
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 CpuUtilizationAggregateMetrics

Properties

CpuStatistics

Declaration
[JsonProperty(PropertyName = "cpuStatistics")]
public MetricStatisticsDefinition CpuStatistics { get; set; }
Property Value
Type Description
MetricStatisticsDefinition

CpuUtilization

Declaration
[JsonProperty(PropertyName = "cpuUtilization")]
public MetricDataPoint CpuUtilization { get; set; }
Property Value
Type Description
MetricDataPoint
In this article
Back to top