📂 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.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_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� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�CreateSqlTuningSetDetailsz� Create an empty Sql tuning sets. It takes either credentialDetails or databaseCredential. It's recommended to provide databaseCredential c K sP ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new CreateSqlTuningSetDetails 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 CreateSqlTuningSetDetails. :type credential_details: oci.database_management.models.SqlTuningSetAdminCredentialDetails :param database_credential: The value to assign to the database_credential property of this CreateSqlTuningSetDetails. :type database_credential: oci.database_management.models.DatabaseCredentialDetails :param name: The value to assign to the name property of this CreateSqlTuningSetDetails. :type name: str :param owner: The value to assign to the owner property of this CreateSqlTuningSetDetails. :type owner: str :param description: The value to assign to the description property of this CreateSqlTuningSetDetails. :type description: str :param show_sql_only: The value to assign to the show_sql_only property of this CreateSqlTuningSetDetails. :type show_sql_only: int Z"SqlTuningSetAdminCredentialDetailsZDatabaseCredentialDetails�str�int)�credential_details�database_credential�name�owner�description� show_sql_onlyZcredentialDetailsZdatabaseCredentialr r r ZshowSqlOnlyN)Z swagger_typesZ attribute_map�_credential_details�_database_credential�_name�_owner�_description�_show_sql_only)�self�kwargs� r �`/usr/lib/python3.9/site-packages/oci/database_management/models/create_sql_tuning_set_details.py�__init__ s( � � z"CreateSqlTuningSetDetails.__init__c C s | j S )z� Gets the credential_details of this CreateSqlTuningSetDetails. :return: The credential_details of this CreateSqlTuningSetDetails. :rtype: oci.database_management.models.SqlTuningSetAdminCredentialDetails �r �r r r r r J s z,CreateSqlTuningSetDetails.credential_detailsc C s || _ dS )z� Sets the credential_details of this CreateSqlTuningSetDetails. :param credential_details: The credential_details of this CreateSqlTuningSetDetails. :type: oci.database_management.models.SqlTuningSetAdminCredentialDetails Nr )r r r r r r T s c C s | j S )z� Gets the database_credential of this CreateSqlTuningSetDetails. :return: The database_credential of this CreateSqlTuningSetDetails. :rtype: oci.database_management.models.DatabaseCredentialDetails �r r r r r r ^ s z-CreateSqlTuningSetDetails.database_credentialc C s || _ dS )z� Sets the database_credential of this CreateSqlTuningSetDetails. :param database_credential: The database_credential of this CreateSqlTuningSetDetails. :type: oci.database_management.models.DatabaseCredentialDetails Nr )r r r r r r h s c C s | j S )z� **[Required]** Gets the name of this CreateSqlTuningSetDetails. A unique Sql tuning set name. :return: The name of this CreateSqlTuningSetDetails. :rtype: str �r r r r r r r s zCreateSqlTuningSetDetails.namec C s || _ dS )z� Sets the name of this CreateSqlTuningSetDetails. A unique Sql tuning set name. :param name: The name of this CreateSqlTuningSetDetails. :type: str Nr )r r r r r r ~ s c C s | j S )z� Gets the owner of this CreateSqlTuningSetDetails. Owner of the Sql tuning set. :return: The owner of this CreateSqlTuningSetDetails. :rtype: str �r r r r r r � s zCreateSqlTuningSetDetails.ownerc C s || _ dS )z� Sets the owner of this CreateSqlTuningSetDetails. Owner of the Sql tuning set. :param owner: The owner of this CreateSqlTuningSetDetails. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the description of this CreateSqlTuningSetDetails. The description of the Sql tuning set. :return: The description of this CreateSqlTuningSetDetails. :rtype: str �r r r r r r � s z%CreateSqlTuningSetDetails.descriptionc C s || _ dS )z� Sets the description of this CreateSqlTuningSetDetails. The description of the Sql tuning set. :param description: The description of this CreateSqlTuningSetDetails. :type: str Nr )r r r r r r � s c C s | j S )a Gets the show_sql_only of this CreateSqlTuningSetDetails. Flag to indicate whether to create the Sql tuning set or just display the plsql used to create Sql tuning set. :return: The show_sql_only of this CreateSqlTuningSetDetails. :rtype: int �r r r r r r � s z'CreateSqlTuningSetDetails.show_sql_onlyc C s || _ dS )a* Sets the show_sql_only of this CreateSqlTuningSetDetails. Flag to indicate whether to create the Sql tuning set or just display the plsql used to create Sql tuning set. :param show_sql_only: The show_sql_only of this CreateSqlTuningSetDetails. :type: int Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z"CreateSqlTuningSetDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z CreateSqlTuningSetDetails.__eq__c C s | |k S r! r r$ r r r �__ne__� s z CreateSqlTuningSetDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r"