ruạṛ
a N��f4! � @ 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 @ 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 )�UpdateSqlJobDetailsz6 The details specific to the SQL job request. c K s� dddddddddddd�| _ ddddd d ddd ddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _dS )aF 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 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 role: The value to assign to the role property of this UpdateSqlJobDetails. :type role: str �str�JobExecutionResultLocation�JobScheduleDetails)�description�job_type�timeout�result_location�schedule_details�sql_text�sql_type� user_name�password� secret_id�roler �jobTyper �resultLocation�scheduleDetails�sqlText�sqlType�userNamer �secretIdr N�SQL) � swagger_types� attribute_map�_description� _job_type�_timeout�_result_location�_schedule_details� _sql_text� _sql_type� _user_name� _password� _secret_id�_role)�self�kwargs� r. ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_management/models/update_sql_job_details.py�__init__ sH 5��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&