WorkloadType¶
-
class
oci.database.models.WorkloadType(**kwargs)¶ Bases:
objectThe number of consumed OCPUs, by database workload type.
Methods
__init__(**kwargs)Initializes a new WorkloadType object with values from keyword arguments. Attributes
adwGets the adw of this WorkloadType. atpGets 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 AI Lakehouse 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 AI Transaction Processing databases in the infrastructure instance.
Returns: The atp of this WorkloadType. Return type: float
-