Show / Hide Table of Contents

Class OCPUs

The details of the available and consumed CPU cores of the Autonomous Exadata Infrastructure instance, including consumption by database workload type.

Inheritance
object
OCPUs
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class OCPUs

Properties

ByWorkloadType

Declaration
[JsonProperty(PropertyName = "byWorkloadType")]
public WorkloadType ByWorkloadType { get; set; }
Property Value
Type Description
WorkloadType

ConsumedCpu

Declaration
[JsonProperty(PropertyName = "consumedCpu")]
public float? ConsumedCpu { get; set; }
Property Value
Type Description
float?

The total number of consumed OCPUs in the Autonomous Exadata Infrastructure instance.

TotalCpu

Declaration
[JsonProperty(PropertyName = "totalCpu")]
public float? TotalCpu { get; set; }
Property Value
Type Description
float?

The total number of OCPUs in the Autonomous Exadata Infrastructure instance.

In this article
Back to top