📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
data_catalog
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_catalog/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: job_summary.pyc
a N��f�m � @ 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 ZdZdZdZdZdZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zed'd(� �Z e jd)d(� �Z ed*d+� �Z!e!jd,d+� �Z!ed-d.� �Z"e"jd/d.� �Z"ed0d1� �Z#e#jd2d1� �Z#ed3d4� �Z$e$jd5d4� �Z$ed6d7� �Z%e%jd8d7� �Z%ed9d:� �Z&e&jd;d:� �Z&ed<d=� �Z'e'jd>d=� �Z'ed?d@� �Z(e(jdAd@� �Z(edBdC� �Z)e)jdDdC� �Z)edEdF� �Z*e*jdGdF� �Z*edHdI� �Z+e+jdJdI� �Z+edKdL� �Z,e,jdMdL� �Z,edNdO� �Z-e-jdPdO� �Z-edQdR� �Z.e.jdSdR� �Z.edTdU� �Z/e/jdVdU� �Z/edWdX� �Z0e0jdYdX� �Z0dZd[� Z1d\d]� Z2d^d_� Z3d`S )a� JobSummaryzM 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_ASSETc K s� ddddddddddddddddddddddd�| _ dddd d ddd ddddddddddddddd�| _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 JobSummary 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 JobSummary. :type key: str :param uri: The value to assign to the uri property of this JobSummary. :type uri: str :param display_name: The value to assign to the display_name property of this JobSummary. :type display_name: str :param catalog_id: The value to assign to the catalog_id property of this JobSummary. :type catalog_id: str :param job_definition_key: The value to assign to the job_definition_key property of this JobSummary. :type job_definition_key: str :param lifecycle_state: The value to assign to the lifecycle_state property of this JobSummary. 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 job_type: The value to assign to the job_type property of this JobSummary. 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", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type job_type: str :param schedule_type: The value to assign to the schedule_type property of this JobSummary. :type schedule_type: str :param description: The value to assign to the description property of this JobSummary. :type description: str :param time_created: The value to assign to the time_created property of this JobSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this JobSummary. :type time_updated: datetime :param created_by_id: The value to assign to the created_by_id property of this JobSummary. :type created_by_id: str :param updated_by_id: The value to assign to the updated_by_id property of this JobSummary. :type updated_by_id: str :param schedule_cron_expression: The value to assign to the schedule_cron_expression property of this JobSummary. :type schedule_cron_expression: str :param time_schedule_begin: The value to assign to the time_schedule_begin property of this JobSummary. :type time_schedule_begin: datetime :param execution_count: The value to assign to the execution_count property of this JobSummary. :type execution_count: int :param time_of_latest_execution: The value to assign to the time_of_latest_execution property of this JobSummary. :type time_of_latest_execution: datetime :param job_definition_name: The value to assign to the job_definition_name property of this JobSummary. :type job_definition_name: str :param data_asset_key: The value to assign to the data_asset_key property of this JobSummary. :type data_asset_key: str :param error_code: The value to assign to the error_code property of this JobSummary. :type error_code: str :param error_message: The value to assign to the error_message property of this JobSummary. :type error_message: str :param executions: The value to assign to the executions property of this JobSummary. :type executions: list[oci.data_catalog.models.JobExecutionSummary] �str�datetime�intzlist[JobExecutionSummary])�key�uri�display_name� catalog_id�job_definition_key�lifecycle_state�job_type� schedule_type�description�time_created�time_updated� created_by_id� updated_by_id�schedule_cron_expression�time_schedule_begin�execution_count�time_of_latest_execution�job_definition_name�data_asset_key� error_code� error_message� executionsr r �displayName� catalogId�jobDefinitionKey�lifecycleState�jobType�scheduleTyper&