📂 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: create_sql_job_details.cpython-39.pyc
a ���f�C � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateJobDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sh e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/�CreateSqlJobDetailsz6 The details specific to the SQL job request. c K s dddddddddddddddddddddddd�| _ d d ddd ddddddddddddddddddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d | _ d | _d | _d | _ d | _d | _d | _d | _d | _d | _d | _d | _d | _d | _d | _d!| _ d S )"a� Initializes a new CreateSqlJobDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.database_management.models.CreateSqlJobDetails.job_type` attribute of this class is ``SQL`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this CreateSqlJobDetails. :type name: str :param description: The value to assign to the description property of this CreateSqlJobDetails. :type description: str :param compartment_id: The value to assign to the compartment_id property of this CreateSqlJobDetails. :type compartment_id: str :param managed_database_group_id: The value to assign to the managed_database_group_id property of this CreateSqlJobDetails. :type managed_database_group_id: str :param managed_database_id: The value to assign to the managed_database_id property of this CreateSqlJobDetails. :type managed_database_id: str :param database_sub_type: The value to assign to the database_sub_type property of this CreateSqlJobDetails. Allowed values for this property are: "CDB", "PDB", "NON_CDB", "ACD", "ADB" :type database_sub_type: str :param schedule_type: The value to assign to the schedule_type property of this CreateSqlJobDetails. :type schedule_type: str :param job_type: The value to assign to the job_type property of this CreateSqlJobDetails. Allowed values for this property are: "SQL" :type job_type: str :param timeout: The value to assign to the timeout property of this CreateSqlJobDetails. :type timeout: str :param result_location: The value to assign to the result_location property of this CreateSqlJobDetails. :type result_location: oci.database_management.models.JobExecutionResultLocation :param schedule_details: The value to assign to the schedule_details property of this CreateSqlJobDetails. :type schedule_details: oci.database_management.models.JobScheduleDetails :param sql_text: The value to assign to the sql_text property of this CreateSqlJobDetails. :type sql_text: str :param in_binds: The value to assign to the in_binds property of this CreateSqlJobDetails. :type in_binds: oci.database_management.models.JobInBindsDetails :param out_binds: The value to assign to the out_binds property of this CreateSqlJobDetails. :type out_binds: oci.database_management.models.JobOutBindsDetails :param sql_type: The value to assign to the sql_type property of this CreateSqlJobDetails. :type sql_type: str :param operation_type: The value to assign to the operation_type property of this CreateSqlJobDetails. :type operation_type: str :param user_name: The value to assign to the user_name property of this CreateSqlJobDetails. :type user_name: str :param password: The value to assign to the password property of this CreateSqlJobDetails. :type password: str :param secret_id: The value to assign to the secret_id property of this CreateSqlJobDetails. :type secret_id: str :param named_credential_id: The value to assign to the named_credential_id property of this CreateSqlJobDetails. :type named_credential_id: str :param role: The value to assign to the role property of this CreateSqlJobDetails. :type role: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateSqlJobDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateSqlJobDetails. :type defined_tags: dict(str, dict(str, object)) �strZJobExecutionResultLocationZJobScheduleDetailsZJobInBindsDetailsZJobOutBindsDetailszdict(str, str)zdict(str, dict(str, object)))�name�descriptionZcompartment_idZmanaged_database_group_idZmanaged_database_idZdatabase_sub_typeZ schedule_typeZjob_type�timeoutZresult_locationZschedule_details�sql_text�in_binds� out_binds�sql_type�operation_type� user_name�password� secret_id�named_credential_id�role� freeform_tags�defined_tagsr r Z compartmentIdZmanagedDatabaseGroupIdZmanagedDatabaseIdZdatabaseSubTypeZscheduleTypeZjobTyper ZresultLocationZscheduleDetailsZsqlTextZinBindsZoutBindsZsqlTypeZ operationTypeZuserNamer ZsecretIdZnamedCredentialIdr ZfreeformTagsZdefinedTagsNZSQL)Z swagger_typesZ attribute_map�_nameZ_descriptionZ_compartment_idZ_managed_database_group_idZ_managed_database_idZ_database_sub_typeZ_schedule_typeZ _job_type�_timeoutZ_result_locationZ_schedule_details� _sql_text� _in_binds� _out_binds� _sql_type�_operation_type� _user_name� _password� _secret_id�_named_credential_id�_role�_freeform_tags� _defined_tags)�self�kwargs� r) �Y/usr/lib/python3.9/site-packages/oci/database_management/models/create_sql_job_details.py�__init__ s� f��zCreateSqlJobDetails.__init__c C s | j S )z� Gets the sql_text of this CreateSqlJobDetails. The SQL text to be executed as part of the job. :return: The sql_text of this CreateSqlJobDetails. :rtype: str �r �r'