📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: job_definition_summary.cpython-39.pyc
a ���f p � @ 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 @ sd e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd ZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZ dZ!dZ"dZ#d Z$d!Z%d"Z&d Z'dZ(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� �Z0e0j,d3d2� �Z0e*d4d5� �Z1e1j,d6d5� �Z1e*d7d8� �Z2e2j,d9d8� �Z2e*d:d;� �Z3e3j,d<d;� �Z3e*d=d>� �Z4e4j,d?d>� �Z4e*d@dA� �Z5e5j,dBdA� �Z5e*dCdD� �Z6e6j,dEdD� �Z6e*dFdG� �Z7e7j,dHdG� �Z7e*dIdJ� �Z8e8j,dKdJ� �Z8e*dLdM� �Z9e9j,dNdM� �Z9e*dOdP� �Z:e:j,dQdP� �Z:e*dRdS� �Z;e;j,dTdS� �Z;dUdV� Z<dWdX� Z=dYdZ� Z>d[S )\�JobDefinitionSummaryaQ A list of job definition resources. Job definitions define the harvest scope and includes the list of objects to be harvested along with a schedule. The list of objects is usually specified through a combination of object type, regular expressions, or specific names of objects and a sample size for the data harvested. �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�CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILED�MOVING�CREATED�IN_PROGRESS� SUCCEEDED�CANCELED�SUCCEEDED_WITH_WARNINGSc K s� ddddddddddddddddd�| _ ddddd d ddd dddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a� Initializes a new JobDefinitionSummary 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 JobDefinitionSummary. :type key: str :param display_name: The value to assign to the display_name property of this JobDefinitionSummary. :type display_name: str :param description: The value to assign to the description property of this JobDefinitionSummary. :type description: str :param catalog_id: The value to assign to the catalog_id property of this JobDefinitionSummary. :type catalog_id: str :param uri: The value to assign to the uri property of this JobDefinitionSummary. :type uri: str :param job_type: The value to assign to the job_type property of this JobDefinitionSummary. 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 lifecycle_state: The value to assign to the lifecycle_state property of this JobDefinitionSummary. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", "MOVING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param is_sample_data_extracted: The value to assign to the is_sample_data_extracted property of this JobDefinitionSummary. :type is_sample_data_extracted: bool :param time_created: The value to assign to the time_created property of this JobDefinitionSummary. :type time_created: datetime :param connection_key: The value to assign to the connection_key property of this JobDefinitionSummary. :type connection_key: str :param time_latest_execution_started: The value to assign to the time_latest_execution_started property of this JobDefinitionSummary. :type time_latest_execution_started: datetime :param time_latest_execution_ended: The value to assign to the time_latest_execution_ended property of this JobDefinitionSummary. :type time_latest_execution_ended: datetime :param job_execution_state: The value to assign to the job_execution_state property of this JobDefinitionSummary. 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 job_execution_state: str :param schedule_type: The value to assign to the schedule_type property of this JobDefinitionSummary. 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 data_asset_key: The value to assign to the data_asset_key property of this JobDefinitionSummary. :type data_asset_key: str :param glossary_key: The value to assign to the glossary_key property of this JobDefinitionSummary. :type glossary_key: str �str�boolZdatetime)�key�display_name�description� catalog_id�uri�job_type�lifecycle_state�is_sample_data_extracted�time_created�connection_key�time_latest_execution_started�time_latest_execution_ended�job_execution_state� schedule_type�data_asset_key�glossary_keyr* ZdisplayNamer, Z catalogIdr. ZjobTypeZlifecycleStateZisSampleDataExtractedZtimeCreatedZ connectionKeyZtimeLatestExecutionStartedZtimeLatestExecutionEndedZjobExecutionStateZscheduleTypeZdataAssetKeyZglossaryKeyN)Z swagger_typesZ attribute_map�_key� _display_name�_description�_catalog_id�_uri� _job_type�_lifecycle_state�_is_sample_data_extracted� _time_created�_connection_key�_time_latest_execution_started�_time_latest_execution_ended�_job_execution_state�_schedule_type�_data_asset_key� _glossary_key)�self�kwargs� rL �R/usr/lib/python3.9/site-packages/oci/data_catalog/models/job_definition_summary.py�__init__� sd O��zJobDefinitionSummary.__init__c C s | j S )z� **[Required]** Gets the key of this JobDefinitionSummary. Unique key of the job definition resource that is immutable. :return: The key of this JobDefinitionSummary. :rtype: str �r: �rJ rL rL rM r* - s zJobDefinitionSummary.keyc C s || _ dS )z� Sets the key of this JobDefinitionSummary. Unique key of the job definition resource that is immutable. :param key: The key of this JobDefinitionSummary. :type: str NrO )rJ r* rL rL rM r* 9 s c C s | j S )a# Gets the display_name of this JobDefinitionSummary. 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 JobDefinitionSummary. :rtype: str �r; rP rL rL rM r+ E s z!JobDefinitionSummary.display_namec C s || _ dS )a. Sets the display_name of this JobDefinitionSummary. 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 JobDefinitionSummary. :type: str NrQ )rJ r+ rL rL rM r+ R s c C s | j S )z� Gets the description of this JobDefinitionSummary. Detailed description of the job definition. :return: The description of this JobDefinitionSummary. :rtype: str �r<