📂 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: create_job_execution_details.pyc
a N��f;Y � @ 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(ed:d;� �Z)e)jd<d;� �Z)ed=d>� �Z*e*jd?d>� �Z*ed@dA� �Z+e+jdBdA� �Z+edCdD� �Z,e,jdEdD� �Z,dFdG� Z-dHdI� Z.dJdK� Z/dLS )M�CreateJobExecutionDetailsz6 Properties for creating a new job execution. �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 s� ddddddddddddddd�| _ ddddd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a^ Initializes a new CreateJobExecutionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param sub_type: The value to assign to the sub_type property of this CreateJobExecutionDetails. :type sub_type: str :param job_type: The value to assign to the job_type property of this CreateJobExecutionDetails. 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" :type job_type: str :param parent_key: The value to assign to the parent_key property of this CreateJobExecutionDetails. :type parent_key: str :param time_started: The value to assign to the time_started property of this CreateJobExecutionDetails. :type time_started: datetime :param time_ended: The value to assign to the time_ended property of this CreateJobExecutionDetails. :type time_ended: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this CreateJobExecutionDetails. Allowed values for this property are: "CREATED", "IN_PROGRESS", "INACTIVE", "FAILED", "SUCCEEDED", "CANCELED", "SUCCEEDED_WITH_WARNINGS" :type lifecycle_state: str :param error_code: The value to assign to the error_code property of this CreateJobExecutionDetails. :type error_code: str :param error_message: The value to assign to the error_message property of this CreateJobExecutionDetails. :type error_message: str :param schedule_instance_key: The value to assign to the schedule_instance_key property of this CreateJobExecutionDetails. :type schedule_instance_key: str :param process_key: The value to assign to the process_key property of this CreateJobExecutionDetails. :type process_key: str :param external_url: The value to assign to the external_url property of this CreateJobExecutionDetails. :type external_url: str :param event_key: The value to assign to the event_key property of this CreateJobExecutionDetails. :type event_key: str :param data_entity_key: The value to assign to the data_entity_key property of this CreateJobExecutionDetails. :type data_entity_key: str :param properties: The value to assign to the properties property of this CreateJobExecutionDetails. :type properties: dict(str, dict(str, str)) �str�datetimezdict(str, dict(str, str)))�sub_type�job_type� parent_key�time_started� time_ended�lifecycle_state� error_code� error_message�schedule_instance_key�process_key�external_url� event_key�data_entity_key� properties�subType�jobType� parentKey�timeStarted� timeEnded�lifecycleState� errorCode�errorMessage�scheduleInstanceKey� processKey�externalUrl�eventKey� dataEntityKeyr. N)� swagger_types� attribute_map� _sub_type� _job_type�_parent_key� _time_started�_time_ended�_lifecycle_state�_error_code�_error_message�_schedule_instance_key�_process_key� _external_url� _event_key�_data_entity_key�_properties)�self�kwargs� rN ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_catalog/models/create_job_execution_details.py�__init__p sX A��z"CreateJobExecutionDetails.__init__c C s | j S )z� Gets the sub_type of this CreateJobExecutionDetails. Sub-type of this job execution. :return: The sub_type of this CreateJobExecutionDetails. :rtype: str �r>