📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/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: clone_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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�CloneSqlTuningTaskDetailsz� The request to clone and run a SQL tuning task. The new task uses the same inputs as the one being cloned. It takes either credentialDetails or databaseCredential. It's recommended to provide databaseCredential c K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )a� Initializes a new CloneSqlTuningTaskDetails 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 CloneSqlTuningTaskDetails. :type task_name: str :param original_task_id: The value to assign to the original_task_id property of this CloneSqlTuningTaskDetails. :type original_task_id: int :param task_description: The value to assign to the task_description property of this CloneSqlTuningTaskDetails. :type task_description: str :param credential_details: The value to assign to the credential_details property of this CloneSqlTuningTaskDetails. :type credential_details: oci.database_management.models.SqlTuningTaskCredentialDetails :param database_credential: The value to assign to the database_credential property of this CloneSqlTuningTaskDetails. :type database_credential: oci.database_management.models.DatabaseCredentialDetails �str�intZSqlTuningTaskCredentialDetailsZDatabaseCredentialDetails)� task_name�original_task_id�task_description�credential_details�database_credentialZtaskNameZoriginalTaskIdZtaskDescriptionZcredentialDetailsZdatabaseCredentialN)Z swagger_typesZ attribute_map� _task_name�_original_task_id�_task_description�_credential_details�_database_credential)�self�kwargs� r �`/usr/lib/python3.9/site-packages/oci/database_management/models/clone_sql_tuning_task_details.py�__init__ s"