📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/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.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: repository_mirror_record.cpython-39.pyc
a ���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� �Zdd� Zdd� Zdd� ZdS )�RepositoryMirrorRecordz> Object containing information about a mirror record. �NONE�QUEUED�RUNNING�PASSED�FAILEDc K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new RepositoryMirrorRecord 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 RepositoryMirrorRecord. 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 RepositoryMirrorRecord. :type work_request_id: str :param time_enqueued: The value to assign to the time_enqueued property of this RepositoryMirrorRecord. :type time_enqueued: datetime :param time_started: The value to assign to the time_started property of this RepositoryMirrorRecord. :type time_started: datetime :param time_ended: The value to assign to the time_ended property of this RepositoryMirrorRecord. :type time_ended: datetime �strZdatetime)� mirror_status�work_request_id� time_enqueued�time_started� time_endedZmirrorStatusZ workRequestIdZtimeEnqueuedZtimeStartedZ timeEndedN)Z swagger_typesZ attribute_map�_mirror_status�_work_request_id�_time_enqueued� _time_started�_time_ended)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/devops/models/repository_mirror_record.py�__init__&