📂 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
›
devops
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/devops/models/__pycache__
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: repository_mirror_record_summary.cpython-39.pyc
a ���f�0 � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Zd!d"� Zd#d$� Zd%d&� Zd'S )(�RepositoryMirrorRecordSummaryz> Object containing information about a mirror record. �NONE�QUEUED�RUNNING�PASSED�FAILEDc K sd ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a% Initializes a new RepositoryMirrorRecordSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param mirror_status: The value to assign to the mirror_status property of this RepositoryMirrorRecordSummary. Allowed values for this property are: "NONE", "QUEUED", "RUNNING", "PASSED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type mirror_status: str :param work_request_id: The value to assign to the work_request_id property of this RepositoryMirrorRecordSummary. :type work_request_id: str :param time_enqueued: The value to assign to the time_enqueued property of this RepositoryMirrorRecordSummary. :type time_enqueued: datetime :param time_started: The value to assign to the time_started property of this RepositoryMirrorRecordSummary. :type time_started: datetime :param time_completed: The value to assign to the time_completed property of this RepositoryMirrorRecordSummary. :type time_completed: datetime :param freeform_tags: The value to assign to the freeform_tags property of this RepositoryMirrorRecordSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this RepositoryMirrorRecordSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this RepositoryMirrorRecordSummary. :type system_tags: dict(str, dict(str, object)) �strZdatetimezdict(str, str)zdict(str, dict(str, object)))� mirror_status�work_request_id� time_enqueued�time_started�time_completed� freeform_tags�defined_tags�system_tagsZmirrorStatusZ workRequestIdZtimeEnqueuedZtimeStartedZ timeCompletedZfreeformTagsZdefinedTagsZ systemTagsN) Z swagger_typesZ attribute_map�_mirror_status�_work_request_id�_time_enqueued� _time_started�_time_completed�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r �V/usr/lib/python3.9/site-packages/oci/devops/models/repository_mirror_record_summary.py�__init__&