Class WorkloadType
The number of consumed OCPUs, by database workload type.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class WorkloadTypeProperties
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 AI Lakehouse 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 AI Transaction Processing databases in the infrastructure instance. |