📂 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
›
devops
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/devops/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: repository_mirror_record_summary.pyc
a N��f�* � @ 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� �Zdd� Zd d!� Zd"d#� Zd$S )%�RepositoryMirrorRecordSummaryz> Object containing information about a mirror record. �NONE�QUEUED�RUNNING�PASSED�FAILEDc K sZ dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d S )am 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)) �str�datetimezdict(str, str)zdict(str, dict(str, object)))� mirror_status�work_request_id� time_enqueued�time_started�time_completed� freeform_tags�defined_tags�mirrorStatus� workRequestId�timeEnqueued�timeStarted� timeCompleted�freeformTags�definedTagsN) � swagger_types� attribute_map�_mirror_status�_work_request_id�_time_enqueued� _time_started�_time_completed�_freeform_tags� _defined_tags)�self�kwargs� r'