Show / Hide Table of Contents

Class WorkloadType

The number of consumed OCPUs, by database workload type.

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

Properties

Adw

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

The total number of OCPU cores in use for Autonomous Data Warehouse databases in the infrastructure instance.

Atp

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

The total number of OCPU cores in use for Autonomous Transaction Processing databases in the infrastructure instance.

In this article
Back to top