📂 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
›
data_catalog
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_catalog/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: job.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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd ZdZdZdZdZdZdZdZdZdZdZdZdZdZdd� Zedd� �Zej dd� �Zedd� �Z!e!j d d� �Z!ed!d"� �Z"e"j d#d"� �Z"ed$d%� �Z#e#j d&d%� �Z#ed'd(� �Z$e$j d)d(� �Z$ed*d+� �Z%e%j d,d+� �Z%ed-d.� �Z&e&j d/d.� �Z&ed0d1� �Z'e'j d2d1� �Z'ed3d4� �Z(e(j d5d4� �Z(ed6d7� �Z)e)j d8d7� �Z)ed9d:� �Z*e*j d;d:� �Z*ed<d=� �Z+e+j d>d=� �Z+ed?d@� �Z,e,j dAd@� �Z,edBdC� �Z-e-j dDdC� �Z-edEdF� �Z.e.j dGdF� �Z.edHdI� �Z/e/j dJdI� �Z/edKdL� �Z0e0j dMdL� �Z0edNdO� �Z1e1j dPdO� �Z1edQdR� �Z2e2j dSdR� �Z2edTdU� �Z3e3j dVdU� �Z3edWdX� �Z4e4j dYdX� �Z4edZd[� �Z5e5j d\d[� �Z5ed]d^� �Z6e6j d_d^� �Z6ed`da� �Z7e7j dbda� �Z7edcdd� �Z8e8j dedd� �Z8dfdg� Z9dhdi� Z:djdk� Z;dlS )m�JobzM Details of a job. Jobs are scheduled instances of a job definition. �ACTIVE�INACTIVE�EXPIRED�HARVEST� PROFILING�SAMPLING�PREVIEW�IMPORT�EXPORT�IMPORT_GLOSSARY�EXPORT_GLOSSARY�INTERNAL�PURGE� IMMEDIATE� SCHEDULED�IMMEDIATE_EXECUTION�SCHEDULED_EXECUTION�SCHEDULED_EXECUTION_INSTANCE�ASYNC_DELETE�IMPORT_DATA_ASSET�CREATE_SCAN_PROXY�ASYNC_EXPORT_GLOSSARY�ASYNC_EXPORT_DATA_ASSETc K s dddddddddddddddddddddddddd�| _ ddddd d ddd ddddddddddddddddd�| _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| _dS )a% Initializes a new Job object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this Job. :type key: str :param display_name: The value to assign to the display_name property of this Job. :type display_name: str :param description: The value to assign to the description property of this Job. :type description: str :param catalog_id: The value to assign to the catalog_id property of this Job. :type catalog_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this Job. Allowed values for this property are: "ACTIVE", "INACTIVE", "EXPIRED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this Job. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Job. :type time_updated: datetime :param job_type: The value to assign to the job_type property of this Job. Allowed values for this property are: "HARVEST", "PROFILING", "SAMPLING", "PREVIEW", "IMPORT", "EXPORT", "IMPORT_GLOSSARY", "EXPORT_GLOSSARY", "INTERNAL", "PURGE", "IMMEDIATE", "SCHEDULED", "IMMEDIATE_EXECUTION", "SCHEDULED_EXECUTION", "SCHEDULED_EXECUTION_INSTANCE", "ASYNC_DELETE", "IMPORT_DATA_ASSET", "CREATE_SCAN_PROXY", "ASYNC_EXPORT_GLOSSARY", "ASYNC_EXPORT_DATA_ASSET", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type job_type: str :param schedule_cron_expression: The value to assign to the schedule_cron_expression property of this Job. :type schedule_cron_expression: str :param time_schedule_begin: The value to assign to the time_schedule_begin property of this Job. :type time_schedule_begin: datetime :param time_schedule_end: The value to assign to the time_schedule_end property of this Job. :type time_schedule_end: datetime :param schedule_type: The value to assign to the schedule_type property of this Job. Allowed values for this property are: "SCHEDULED", "IMMEDIATE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type schedule_type: str :param connection_key: The value to assign to the connection_key property of this Job. :type connection_key: str :param job_definition_key: The value to assign to the job_definition_key property of this Job. :type job_definition_key: str :param internal_version: The value to assign to the internal_version property of this Job. :type internal_version: str :param execution_count: The value to assign to the execution_count property of this Job. :type execution_count: int :param time_of_latest_execution: The value to assign to the time_of_latest_execution property of this Job. :type time_of_latest_execution: datetime :param created_by_id: The value to assign to the created_by_id property of this Job. :type created_by_id: str :param updated_by_id: The value to assign to the updated_by_id property of this Job. :type updated_by_id: str :param job_definition_name: The value to assign to the job_definition_name property of this Job. :type job_definition_name: str :param data_asset_key: The value to assign to the data_asset_key property of this Job. :type data_asset_key: str :param glossary_key: The value to assign to the glossary_key property of this Job. :type glossary_key: str :param error_code: The value to assign to the error_code property of this Job. :type error_code: str :param error_message: The value to assign to the error_message property of this Job. :type error_message: str :param uri: The value to assign to the uri property of this Job. :type uri: str �strZdatetime�int)�key�display_name�description� catalog_id�lifecycle_state�time_created�time_updated�job_type�schedule_cron_expression�time_schedule_begin�time_schedule_end� schedule_type�connection_key�job_definition_key�internal_version�execution_count�time_of_latest_execution� created_by_id� updated_by_id�job_definition_name�data_asset_key�glossary_key� error_code� error_message�urir ZdisplayNamer"