TopSqlCpuActivity¶
-
class
oci.database_management.models.
TopSqlCpuActivity
(**kwargs)¶ Bases:
object
A list of SQL IDs with most CPU activity.
Methods
__init__
(**kwargs)Initializes a new TopSqlCpuActivity object with values from keyword arguments. Attributes
activity
[Required] Gets the activity of this TopSqlCpuActivity. -
__init__
(**kwargs)¶ Initializes a new TopSqlCpuActivity object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: activity (list[oci.database_management.models.SqlCpuActivity]) – The value to assign to the activity property of this TopSqlCpuActivity.
-
activity
¶ [Required] Gets the activity of this TopSqlCpuActivity. A list of sql CPU activity.
Returns: The activity of this TopSqlCpuActivity. Return type: list[oci.database_management.models.SqlCpuActivity]
-