SqlTuningTaskReturn¶
-
class
oci.database_management.models.SqlTuningTaskReturn(**kwargs)¶ Bases:
objectThe returned object for starting or cloning a SQL tuning advisor task.
Methods
__init__(**kwargs)Initializes a new SqlTuningTaskReturn object with values from keyword arguments. Attributes
sql_tuning_task_id[Required] Gets the sql_tuning_task_id of this SqlTuningTaskReturn. -
__init__(**kwargs)¶ Initializes a new SqlTuningTaskReturn object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: sql_tuning_task_id (int) – The value to assign to the sql_tuning_task_id property of this SqlTuningTaskReturn.
-
sql_tuning_task_id¶ [Required] Gets the sql_tuning_task_id of this SqlTuningTaskReturn. The identifier of the task being started or cloned. This is not the OCID. It can be retrieved from the following endpoint
list_sql_tuning_advisor_tasks().Returns: The sql_tuning_task_id of this SqlTuningTaskReturn. Return type: int
-