📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
database_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database_management/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: drop_sql_tuning_task_details.cpython-39.pyc
a ���f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�DropSqlTuningTaskDetailsz� The request to drop a SQL tuning task. It takes either credentialDetails or databaseCredential. It's recommended to provide databaseCredential c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a2 Initializes a new DropSqlTuningTaskDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param task_id: The value to assign to the task_id property of this DropSqlTuningTaskDetails. :type task_id: int :param credential_details: The value to assign to the credential_details property of this DropSqlTuningTaskDetails. :type credential_details: oci.database_management.models.SqlTuningTaskCredentialDetails :param database_credential: The value to assign to the database_credential property of this DropSqlTuningTaskDetails. :type database_credential: oci.database_management.models.DatabaseCredentialDetails �intZSqlTuningTaskCredentialDetailsZDatabaseCredentialDetails)�task_id�credential_details�database_credentialZtaskIdZcredentialDetailsZdatabaseCredentialN)Z swagger_typesZ attribute_map�_task_id�_credential_details�_database_credential)�self�kwargs� r �_/usr/lib/python3.9/site-packages/oci/database_management/models/drop_sql_tuning_task_details.py�__init__ s ��z!DropSqlTuningTaskDetails.__init__c C s | j S )a� **[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 :func:`list_sql_tuning_advisor_tasks`. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The task_id of this DropSqlTuningTaskDetails. :rtype: int �r �r r r r r 5 s z DropSqlTuningTaskDetails.task_idc C s || _ dS )a� Sets 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 :func:`list_sql_tuning_advisor_tasks`. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param task_id: The task_id of this DropSqlTuningTaskDetails. :type: int Nr )r r r r r r E s c C s | j S )z� Gets the credential_details of this DropSqlTuningTaskDetails. :return: The credential_details of this DropSqlTuningTaskDetails. :rtype: oci.database_management.models.SqlTuningTaskCredentialDetails �r r r r r r U s z+DropSqlTuningTaskDetails.credential_detailsc C s || _ dS )z� Sets the credential_details of this DropSqlTuningTaskDetails. :param credential_details: The credential_details of this DropSqlTuningTaskDetails. :type: oci.database_management.models.SqlTuningTaskCredentialDetails Nr )r r r r r r _ s c C s | j S )z� Gets the database_credential of this DropSqlTuningTaskDetails. :return: The database_credential of this DropSqlTuningTaskDetails. :rtype: oci.database_management.models.DatabaseCredentialDetails �r r r r r r i s z,DropSqlTuningTaskDetails.database_credentialc C s || _ dS )z� Sets the database_credential of this DropSqlTuningTaskDetails. :param database_credential: The database_credential of this DropSqlTuningTaskDetails. :type: oci.database_management.models.DatabaseCredentialDetails Nr )r r r r r r s s c C s t | �S �N)r r r r r �__repr__} s z!DropSqlTuningTaskDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zDropSqlTuningTaskDetails.__eq__c C s | |k S r r r r r r �__ne__� s zDropSqlTuningTaskDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"