📂 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: start_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 @ sV e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej d d� �Zed!d"� �Zej d#d"� �Zed$d%� �Zej d&d%� �Zd'd(� Zd)d*� Zd+d,� Zd-S ).�StartSqlTuningTaskDetailsz� The request to start a SQL tuning task. It takes either credentialDetails or databaseCredential. It's recommended to provide databaseCredential �LIMITED� COMPREHENSIVEc K s� dddddddddddd�| _ d d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )aB Initializes a new StartSqlTuningTaskDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param task_name: The value to assign to the task_name property of this StartSqlTuningTaskDetails. :type task_name: str :param task_description: The value to assign to the task_description property of this StartSqlTuningTaskDetails. :type task_description: str :param credential_details: The value to assign to the credential_details property of this StartSqlTuningTaskDetails. :type credential_details: oci.database_management.models.SqlTuningTaskCredentialDetails :param database_credential: The value to assign to the database_credential property of this StartSqlTuningTaskDetails. :type database_credential: oci.database_management.models.DatabaseCredentialDetails :param total_time_limit_in_minutes: The value to assign to the total_time_limit_in_minutes property of this StartSqlTuningTaskDetails. :type total_time_limit_in_minutes: int :param scope: The value to assign to the scope property of this StartSqlTuningTaskDetails. Allowed values for this property are: "LIMITED", "COMPREHENSIVE" :type scope: str :param statement_time_limit_in_minutes: The value to assign to the statement_time_limit_in_minutes property of this StartSqlTuningTaskDetails. :type statement_time_limit_in_minutes: int :param sql_tuning_set: The value to assign to the sql_tuning_set property of this StartSqlTuningTaskDetails. :type sql_tuning_set: oci.database_management.models.SqlTuningSetInput :param sql_details: The value to assign to the sql_details property of this StartSqlTuningTaskDetails. :type sql_details: list[oci.database_management.models.SqlTuningTaskSqlDetail] :param time_started: The value to assign to the time_started property of this StartSqlTuningTaskDetails. :type time_started: datetime :param time_ended: The value to assign to the time_ended property of this StartSqlTuningTaskDetails. :type time_ended: datetime �strZSqlTuningTaskCredentialDetailsZDatabaseCredentialDetails�intZSqlTuningSetInputzlist[SqlTuningTaskSqlDetail]Zdatetime)� task_name�task_description�credential_details�database_credential�total_time_limit_in_minutes�scope�statement_time_limit_in_minutes�sql_tuning_set�sql_details�time_started� time_endedZtaskNameZtaskDescriptionZcredentialDetailsZdatabaseCredentialZtotalTimeLimitInMinutesr ZstatementTimeLimitInMinutesZsqlTuningSetZ sqlDetailsZtimeStartedZ timeEndedN) Z swagger_typesZ attribute_map� _task_name�_task_description�_credential_details�_database_credential�_total_time_limit_in_minutes�_scope� _statement_time_limit_in_minutes�_sql_tuning_set�_sql_details� _time_started�_time_ended)�self�kwargs� r# �`/usr/lib/python3.9/site-packages/oci/database_management/models/start_sql_tuning_task_details.py�__init__ sF 4��z"StartSqlTuningTaskDetails.__init__c C s | j S )a **[Required]** Gets the task_name of this StartSqlTuningTaskDetails. The name of the SQL tuning task. The name is unique per user in a database, and it is case-sensitive. :return: The task_name of this StartSqlTuningTaskDetails. :rtype: str �r �r! r# r# r$ r v s z#StartSqlTuningTaskDetails.task_namec C s || _ dS )a Sets the task_name of this StartSqlTuningTaskDetails. The name of the SQL tuning task. The name is unique per user in a database, and it is case-sensitive. :param task_name: The task_name of this StartSqlTuningTaskDetails. :type: str Nr&