📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
em_warehouse
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/em_warehouse/models/__pycache__
💾
Free:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: etl_run_summary.cpython-39.pyc
a ���f�5 � @ 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 @ sf e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2� EtlRunSummaryz$ Contains summary of a run. �ACCEPTED�IN_PROGRESS� CANCELING�CANCELED�FAILED� SUCCEEDEDc K s� dddddddddddd�| _ ddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new EtlRunSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this EtlRunSummary. :type compartment_id: str :param data_read_in_bytes: The value to assign to the data_read_in_bytes property of this EtlRunSummary. :type data_read_in_bytes: int :param data_written: The value to assign to the data_written property of this EtlRunSummary. :type data_written: int :param lifecycle_state: The value to assign to the lifecycle_state property of this EtlRunSummary. Allowed values for this property are: "ACCEPTED", "IN_PROGRESS", "CANCELING", "CANCELED", "FAILED", "SUCCEEDED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param display_name: The value to assign to the display_name property of this EtlRunSummary. :type display_name: str :param lifecycle_details: The value to assign to the lifecycle_details property of this EtlRunSummary. :type lifecycle_details: str :param run_duration_in_milliseconds: The value to assign to the run_duration_in_milliseconds property of this EtlRunSummary. :type run_duration_in_milliseconds: int :param time_created: The value to assign to the time_created property of this EtlRunSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this EtlRunSummary. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this EtlRunSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this EtlRunSummary. :type defined_tags: dict(str, dict(str, object)) �str�intZdatetimezdict(str, str)zdict(str, dict(str, object)))�compartment_id�data_read_in_bytes�data_written�lifecycle_state�display_name�lifecycle_details�run_duration_in_milliseconds�time_created�time_updated� freeform_tags�defined_tagsZ compartmentIdZdataReadInBytesZdataWrittenZlifecycleStateZdisplayNameZlifecycleDetailsZrunDurationInMillisecondsZtimeCreatedZtimeUpdatedZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map�_compartment_id�_data_read_in_bytes� _data_written�_lifecycle_state� _display_name�_lifecycle_details�_run_duration_in_milliseconds� _time_created� _time_updated�_freeform_tags� _defined_tags)�self�kwargs� r'