WorkloadType

class oci.database.models.WorkloadType(**kwargs)

Bases: object

The number of consumed OCPUs, by database workload type.

Methods

__init__(**kwargs) Initializes a new WorkloadType object with values from keyword arguments.

Attributes

adw Gets the adw of this WorkloadType.
atp Gets the atp of this WorkloadType.
__init__(**kwargs)

Initializes a new WorkloadType object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • atp (float) – The value to assign to the atp property of this WorkloadType.
  • adw (float) – The value to assign to the adw property of this WorkloadType.
adw

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

Returns:The adw of this WorkloadType.
Return type:float
atp

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

Returns:The atp of this WorkloadType.
Return type:float