📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/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:
47.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_job_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 ZdZdZdd� Zedd� �Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zdd� Zdd� Zdd� ZdS )�UpdateJobDetailsz/ The details required to update a job. �SQLc K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a> Initializes a new UpdateJobDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.database_management.models.UpdateSqlJobDetails` 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 UpdateJobDetails. :type description: str :param job_type: The value to assign to the job_type property of this UpdateJobDetails. Allowed values for this property are: "SQL" :type job_type: str :param timeout: The value to assign to the timeout property of this UpdateJobDetails. :type timeout: str :param result_location: The value to assign to the result_location property of this UpdateJobDetails. :type result_location: oci.database_management.models.JobExecutionResultLocation :param schedule_details: The value to assign to the schedule_details property of this UpdateJobDetails. :type schedule_details: oci.database_management.models.JobScheduleDetails �strZJobExecutionResultLocationZJobScheduleDetails)�description�job_type�timeout�result_location�schedule_detailsr �jobTyper ZresultLocationZscheduleDetailsN)Z swagger_typesZ attribute_map�_description� _job_type�_timeout�_result_location�_schedule_details)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/database_management/models/update_job_details.py�__init__ s"