📂 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_execution_summary.pyc
a N��f7D � @ 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 ZdZdZdZdZdZdZdZdZdZdZdZdZdd� Zedd� �Zejdd� �Zedd � �Z e jd!d � �Z ed"d#� �Z!e!jd$d#� �Z!ed%d&� �Z"e"jd'd&� �Z"ed(d)� �Z#e#jd*d)� �Z#ed+d,� �Z$e$jd-d,� �Z$ed.d/� �Z%e%jd0d/� �Z%ed1d2� �Z&e&jd3d2� �Z&ed4d5� �Z'e'jd6d5� �Z'ed7d8� �Z(e(jd9d8� �Z(d:d;� Z)d<d=� Z*d>d?� Z+d@S )A�JobExecutionSummaryzh A list of job executions. A job execution is a unit of work being executed on behalf of a job. �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�CREATED�IN_PROGRESS�INACTIVE�FAILED� SUCCEEDED�CANCELED�SUCCEEDED_WITH_WARNINGSc K sx ddddddddddd� | _ dddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )aX Initializes a new JobExecutionSummary 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 JobExecutionSummary. :type key: str :param job_key: The value to assign to the job_key property of this JobExecutionSummary. :type job_key: str :param job_type: The value to assign to the job_type property of this JobExecutionSummary. 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 parent_key: The value to assign to the parent_key property of this JobExecutionSummary. :type parent_key: str :param schedule_instance_key: The value to assign to the schedule_instance_key property of this JobExecutionSummary. :type schedule_instance_key: str :param lifecycle_state: The value to assign to the lifecycle_state property of this JobExecutionSummary. Allowed values for this property are: "CREATED", "IN_PROGRESS", "INACTIVE", "FAILED", "SUCCEEDED", "CANCELED", "SUCCEEDED_WITH_WARNINGS", '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 JobExecutionSummary. :type time_created: datetime :param time_started: The value to assign to the time_started property of this JobExecutionSummary. :type time_started: datetime :param time_ended: The value to assign to the time_ended property of this JobExecutionSummary. :type time_ended: datetime :param uri: The value to assign to the uri property of this JobExecutionSummary. :type uri: str �str�datetime) �key�job_key�job_type� parent_key�schedule_instance_key�lifecycle_state�time_created�time_started� time_ended�urir! �jobKey�jobType� parentKey�scheduleInstanceKey�lifecycleState�timeCreated�timeStarted� timeEndedr* N)� swagger_types� attribute_map�_key�_job_key� _job_type�_parent_key�_schedule_instance_key�_lifecycle_state� _time_created� _time_started�_time_ended�_uri)�self�kwargs� rA ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_catalog/models/job_execution_summary.py�__init__p s@ 3�� zJobExecutionSummary.__init__c C s | j S )z� **[Required]** Gets the key of this JobExecutionSummary. Unique key of the job execution resource. :return: The key of this JobExecutionSummary. :rtype: str �r5 �r? rA rA rB r! � s zJobExecutionSummary.keyc C s || _ dS )z� Sets the key of this JobExecutionSummary. Unique key of the job execution resource. :param key: The key of this JobExecutionSummary. :type: str NrD )r? r! rA rA rB r! � s c C s | j S )z� Gets the job_key of this JobExecutionSummary. The unique key of the parent job. :return: The job_key of this JobExecutionSummary. :rtype: str �r6 rE rA rA rB r"