ruạṛ
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 dd � �Zejd d � �Ze dd� �Z e jd d� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zd d!� Zd"d#� Zd$d%� Zd&S )'�ReplicationProgressz> Progress of a migration asset's replication process. �NONE�IN_PROGRESS� COMPLETED�FAILEDc K sd ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d S )a� Initializes a new ReplicationProgress object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param percentage: The value to assign to the percentage property of this ReplicationProgress. :type percentage: int :param status: The value to assign to the status property of this ReplicationProgress. Allowed values for this property are: "NONE", "IN_PROGRESS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param time_started: The value to assign to the time_started property of this ReplicationProgress. :type time_started: datetime :param time_oflast_replication_start: The value to assign to the time_oflast_replication_start property of this ReplicationProgress. :type time_oflast_replication_start: datetime :param time_of_last_replication_end: The value to assign to the time_of_last_replication_end property of this ReplicationProgress. :type time_of_last_replication_end: datetime :param time_of_last_replication_success: The value to assign to the time_of_last_replication_success property of this ReplicationProgress. :type time_of_last_replication_success: datetime :param last_replication_status: The value to assign to the last_replication_status property of this ReplicationProgress. Allowed values for this property are: "NONE", "COMPLETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type last_replication_status: str :param last_replication_error: The value to assign to the last_replication_error property of this ReplicationProgress. :type last_replication_error: str �int�strZdatetime)� percentage�status�time_started�time_oflast_replication_start�time_of_last_replication_end� time_of_last_replication_success�last_replication_status�last_replication_errorr r ZtimeStartedZtimeOflastReplicationStartZtimeOfLastReplicationEndZtimeOfLastReplicationSuccessZlastReplicationStatusZlastReplicationErrorN) Z swagger_typesZ attribute_map�_percentage�_status� _time_started�_time_oflast_replication_start�_time_of_last_replication_end�!_time_of_last_replication_success�_last_replication_status�_last_replication_error)�self�kwargs� r �T/usr/lib/python3.9/site-packages/oci/cloud_migrations/models/replication_progress.py�__init__&