📂 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.pyc
a N��fv � @ 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 ZdZdZdZdZdZdZdZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!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$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� �Z0e0jdSdR� �Z0edTdU� �Z1e1jdVdU� �Z1edWdX� �Z2e2jdYdX� �Z2edZd[� �Z3e3jd\d[� �Z3ed]d^� �Z4e4jd_d^� �Z4d`da� Z5dbdc� Z6ddde� Z7dfS )g�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_ASSETc K s ddddddddddddddddddddddddd�| _ ddddd d ddd dddddddddddddddd�| _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 )aT 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", '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 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 �str�datetime�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� error_code� error_message�urir �displayNamer � catalogId�lifecycleState�timeCreated�timeUpdated�jobType�scheduleCronExpression�timeScheduleBegin�timeScheduleEnd�scheduleType� connectionKey�jobDefinitionKey�internalVersion�executionCount�timeOfLatestExecution�createdById�updatedById�jobDefinitionName�dataAssetKey� errorCode�errorMessager5 N)� swagger_types� attribute_map�_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�_error_code�_error_message�_uri)�self�kwargs� rg �/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_catalog/models/job.py�__init__h s� m��zJob.__init__c C s | j S )z� **[Required]** Gets the key of this Job. Unique key of the job resource. :return: The key of this Job. :rtype: str �rM �re rg rg rh r # s zJob.keyc C s || _ dS )z� Sets the key of this Job. Unique key of the job resource. :param key: The key of this Job. :type: str Nrj )re r rg rg rh r / s c C s | j S )a Gets the display_name of this Job. A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this Job. :rtype: str �rN rk rg rg rh r ; s zJob.display_namec C s || _ dS )a Sets the display_name of this Job. A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :param display_name: The display_name of this Job. :type: str Nrl )re r rg rg rh r H s c C s | j S )z� Gets the description of this Job. Detailed description of the job. :return: The description of this Job. :rtype: str �rO rk rg rg rh r U s zJob.descriptionc C s || _ dS )z� Sets the description of this Job. Detailed description of the job. :param description: The description of this Job. :type: str Nrm )re r rg rg rh r a s c C s | j S )z� Gets the catalog_id of this Job. The data catalog's OCID. :return: The catalog_id of this Job. :rtype: str �rP rk rg rg rh r! m s zJob.catalog_idc C s || _ dS )z� Sets the catalog_id of this Job. The data catalog's OCID. :param catalog_id: The catalog_id of this Job. :type: str Nrn )re r! rg rg rh r! y s c C s | j S )ad Gets the lifecycle_state of this Job. Lifecycle state for 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'. :return: The lifecycle_state of this Job. :rtype: str )rQ rk rg rg rh r"