📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_job_details.cpython-39.pyc
a ���fF; � @ 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 @ sr e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Zd-d.� Zd/d0� Zd1d2� Zd3S )4�CreateJobDetailsz/ The details required to create a job. �CDB�PDB�NON_CDB�ACD�ADB�SQLc K s� dddddddddddd�| _ ddddd d ddd ddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )aP Initializes a new CreateJobDetails 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.CreateSqlJobDetails` 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 CreateJobDetails. :type name: str :param description: The value to assign to the description property of this CreateJobDetails. :type description: str :param compartment_id: The value to assign to the compartment_id property of this CreateJobDetails. :type compartment_id: str :param managed_database_group_id: The value to assign to the managed_database_group_id property of this CreateJobDetails. :type managed_database_group_id: str :param managed_database_id: The value to assign to the managed_database_id property of this CreateJobDetails. :type managed_database_id: str :param database_sub_type: The value to assign to the database_sub_type property of this CreateJobDetails. 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 CreateJobDetails. :type schedule_type: str :param job_type: The value to assign to the job_type property of this CreateJobDetails. Allowed values for this property are: "SQL" :type job_type: str :param timeout: The value to assign to the timeout property of this CreateJobDetails. :type timeout: str :param result_location: The value to assign to the result_location property of this CreateJobDetails. :type result_location: oci.database_management.models.JobExecutionResultLocation :param schedule_details: The value to assign to the schedule_details property of this CreateJobDetails. :type schedule_details: oci.database_management.models.JobScheduleDetails �strZJobExecutionResultLocationZJobScheduleDetails)�name�description�compartment_id�managed_database_group_id�managed_database_id�database_sub_type� schedule_type�job_type�timeout�result_location�schedule_detailsr r Z compartmentIdZmanagedDatabaseGroupIdZmanagedDatabaseIdZdatabaseSubTypeZscheduleType�jobTyper ZresultLocationZscheduleDetailsN) Z swagger_typesZ attribute_map�_name�_description�_compartment_id�_managed_database_group_id�_managed_database_id�_database_sub_type�_schedule_type� _job_type�_timeout�_result_location�_schedule_details)�self�kwargs� r'