📂 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_execution_summary.cpython-39.pyc
a ���f�G � @ 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 ZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdd� Ze dd � �Z!e!j"d!d � �Z!e d"d#� �Z#e#j"d$d#� �Z#e d%d&� �Z$e$j"d'd&� �Z$e d(d)� �Z%e%j"d*d)� �Z%e d+d,� �Z&e&j"d-d,� �Z&e d.d/� �Z'e'j"d0d/� �Z'e d1d2� �Z(e(j"d3d2� �Z(e d4d5� �Z)e)j"d6d5� �Z)e d7d8� �Z*e*j"d9d8� �Z*e d:d;� �Z+e+j"d<d;� �Z+d=d>� Z,d?d@� Z-dAdB� Z.dCS )D�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�CREATE_SCAN_PROXY�ASYNC_EXPORT_GLOSSARY�ASYNC_EXPORT_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 )a� 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", "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 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 �strZdatetime) �key�job_key�job_type� parent_key�schedule_instance_key�lifecycle_state�time_created�time_started� time_ended�urir# ZjobKeyZjobTypeZ parentKeyZscheduleInstanceKeyZlifecycleStateZtimeCreatedZtimeStartedZ timeEndedr, N)Z swagger_typesZ attribute_map�_key�_job_key� _job_type�_parent_key�_schedule_instance_key�_lifecycle_state� _time_created� _time_started�_time_ended�_uri)�self�kwargs� r9 �Q/usr/lib/python3.9/site-packages/oci/data_catalog/models/job_execution_summary.py�__init__~ 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 �r- �r7 r9 r9 r: 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 Nr<