DropSqlTuningTaskDetails

class oci.database_management.models.DropSqlTuningTaskDetails(**kwargs)

Bases: object

The request to drop a SQL tuning task. It takes either credentialDetails or databaseCredential. It’s recommended to provide databaseCredential

Methods

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

Attributes

credential_details Gets the credential_details of this DropSqlTuningTaskDetails.
database_credential Gets the database_credential of this DropSqlTuningTaskDetails.
task_id [Required] Gets the task_id of this DropSqlTuningTaskDetails.
__init__(**kwargs)

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

Parameters:
credential_details

Gets the credential_details of this DropSqlTuningTaskDetails.

Returns:The credential_details of this DropSqlTuningTaskDetails.
Return type:oci.database_management.models.SqlTuningTaskCredentialDetails
database_credential

Gets the database_credential of this DropSqlTuningTaskDetails.

Returns:The database_credential of this DropSqlTuningTaskDetails.
Return type:oci.database_management.models.DatabaseCredentialDetails
task_id

[Required] Gets the task_id of this DropSqlTuningTaskDetails. The identifier of the SQL tuning task being dropped. This is not the OCID. It can be retrieved from the following endpoint list_sql_tuning_advisor_tasks().

Returns:The task_id of this DropSqlTuningTaskDetails.
Return type:int