📂 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: update_sql_job_details.cpython-39.pyc
a ���f�8 � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�UpdateJobDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sN 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#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�UpdateSqlJobDetailsz6 The details specific to the SQL job request. c K s� ddddddddddddddddd�| _ d d ddd dddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )a� Initializes a new UpdateSqlJobDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.database_management.models.UpdateSqlJobDetails.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 description: The value to assign to the description property of this UpdateSqlJobDetails. :type description: str :param job_type: The value to assign to the job_type property of this UpdateSqlJobDetails. Allowed values for this property are: "SQL" :type job_type: str :param timeout: The value to assign to the timeout property of this UpdateSqlJobDetails. :type timeout: str :param result_location: The value to assign to the result_location property of this UpdateSqlJobDetails. :type result_location: oci.database_management.models.JobExecutionResultLocation :param schedule_details: The value to assign to the schedule_details property of this UpdateSqlJobDetails. :type schedule_details: oci.database_management.models.JobScheduleDetails :param sql_text: The value to assign to the sql_text property of this UpdateSqlJobDetails. :type sql_text: str :param in_binds: The value to assign to the in_binds property of this UpdateSqlJobDetails. :type in_binds: oci.database_management.models.JobInBindsDetails :param out_binds: The value to assign to the out_binds property of this UpdateSqlJobDetails. :type out_binds: oci.database_management.models.JobOutBindsDetails :param sql_type: The value to assign to the sql_type property of this UpdateSqlJobDetails. :type sql_type: str :param user_name: The value to assign to the user_name property of this UpdateSqlJobDetails. :type user_name: str :param password: The value to assign to the password property of this UpdateSqlJobDetails. :type password: str :param secret_id: The value to assign to the secret_id property of this UpdateSqlJobDetails. :type secret_id: str :param named_credential_id: The value to assign to the named_credential_id property of this UpdateSqlJobDetails. :type named_credential_id: str :param role: The value to assign to the role property of this UpdateSqlJobDetails. :type role: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateSqlJobDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateSqlJobDetails. :type defined_tags: dict(str, dict(str, object)) �strZJobExecutionResultLocationZJobScheduleDetailsZJobInBindsDetailsZJobOutBindsDetailszdict(str, str)zdict(str, dict(str, object)))�descriptionZjob_type�timeoutZresult_locationZschedule_details�sql_text�in_binds� out_binds�sql_type� user_name�password� secret_id�named_credential_id�role� freeform_tags�defined_tagsr ZjobTyper ZresultLocationZscheduleDetailsZsqlTextZinBindsZoutBindsZsqlTypeZuserNamer ZsecretIdZnamedCredentialIdr ZfreeformTagsZdefinedTagsNZSQL)Z swagger_typesZ attribute_mapZ_descriptionZ _job_type�_timeoutZ_result_locationZ_schedule_details� _sql_text� _in_binds� _out_binds� _sql_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/update_sql_job_details.py�__init__ sf I��zUpdateSqlJobDetails.__init__c C s | j S )z� Gets the sql_text of this UpdateSqlJobDetails. The SQL text to be executed as part of the job. :return: The sql_text of this UpdateSqlJobDetails. :rtype: str �r �r# r% r% r&