📂 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: drop_sql_tuning_set_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 )�DropSqlTuningSetDetailsz� The details required to drop a Sql tuning set. 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 )aO Initializes a new DropSqlTuningSetDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param credential_details: The value to assign to the credential_details property of this DropSqlTuningSetDetails. :type credential_details: oci.database_management.models.SqlTuningSetAdminCredentialDetails :param database_credential: The value to assign to the database_credential property of this DropSqlTuningSetDetails. :type database_credential: oci.database_management.models.DatabaseCredentialDetails :param name: The value to assign to the name property of this DropSqlTuningSetDetails. :type name: str :param owner: The value to assign to the owner property of this DropSqlTuningSetDetails. :type owner: str :param show_sql_only: The value to assign to the show_sql_only property of this DropSqlTuningSetDetails. :type show_sql_only: int Z"SqlTuningSetAdminCredentialDetailsZDatabaseCredentialDetails�str�int)�credential_details�database_credential�name�owner� show_sql_onlyZcredentialDetailsZdatabaseCredentialr r ZshowSqlOnlyN)Z swagger_typesZ attribute_map�_credential_details�_database_credential�_name�_owner�_show_sql_only)�self�kwargs� r �^/usr/lib/python3.9/site-packages/oci/database_management/models/drop_sql_tuning_set_details.py�__init__ s"