ruạṛ
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 @ sH 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� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Zd'd(� Zd)d*� Zd+d,� Zd-S ).�ReplicationTargetSummaryz5 Summary information for replication target. �CREATING�ACTIVE�DELETING�DELETED�FAILEDc K sx ddddddddddd� | _ dddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a2 Initializes a new ReplicationTargetSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param availability_domain: The value to assign to the availability_domain property of this ReplicationTargetSummary. :type availability_domain: str :param compartment_id: The value to assign to the compartment_id property of this ReplicationTargetSummary. :type compartment_id: str :param id: The value to assign to the id property of this ReplicationTargetSummary. :type id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ReplicationTargetSummary. Allowed values for this property are: "CREATING", "ACTIVE", "DELETING", "DELETED", "FAILED", '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 ReplicationTargetSummary. :type display_name: str :param time_created: The value to assign to the time_created property of this ReplicationTargetSummary. :type time_created: datetime :param freeform_tags: The value to assign to the freeform_tags property of this ReplicationTargetSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ReplicationTargetSummary. :type defined_tags: dict(str, dict(str, object)) :param lifecycle_details: The value to assign to the lifecycle_details property of this ReplicationTargetSummary. :type lifecycle_details: str :param recovery_point_time: The value to assign to the recovery_point_time property of this ReplicationTargetSummary. :type recovery_point_time: datetime �strZdatetimezdict(str, str)zdict(str, dict(str, object))) �availability_domain�compartment_id�id�lifecycle_state�display_name�time_created� freeform_tags�defined_tags�lifecycle_details�recovery_point_timeZavailabilityDomainZ compartmentIdr ZlifecycleStateZdisplayNameZtimeCreatedZfreeformTagsZdefinedTagsZlifecycleDetailsZrecoveryPointTimeN)Z swagger_typesZ attribute_map�_availability_domain�_compartment_id�_id�_lifecycle_state� _display_name� _time_created�_freeform_tags� _defined_tags�_lifecycle_details�_recovery_point_time)�self�kwargs� r# �V/usr/lib/python3.9/site-packages/oci/file_storage/models/replication_target_summary.py�__init__&