ruạṛ
a O��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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zd d!� Zd"d#� Zd$S )%�ReplicationPolicySummaryz. The summary of a replication policy. �ACTIVE�CLIENT_ERRORc K sd ddddddddd�| _ dddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS ) a� Initializes a new ReplicationPolicySummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this ReplicationPolicySummary. :type id: str :param name: The value to assign to the name property of this ReplicationPolicySummary. :type name: str :param destination_region_name: The value to assign to the destination_region_name property of this ReplicationPolicySummary. :type destination_region_name: str :param destination_bucket_name: The value to assign to the destination_bucket_name property of this ReplicationPolicySummary. :type destination_bucket_name: str :param time_created: The value to assign to the time_created property of this ReplicationPolicySummary. :type time_created: datetime :param time_last_sync: The value to assign to the time_last_sync property of this ReplicationPolicySummary. :type time_last_sync: datetime :param status: The value to assign to the status property of this ReplicationPolicySummary. Allowed values for this property are: "ACTIVE", "CLIENT_ERROR", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param status_message: The value to assign to the status_message property of this ReplicationPolicySummary. :type status_message: str �str�datetime)�id�name�destination_region_name�destination_bucket_name�time_created�time_last_sync�status�status_messager r �destinationRegionName�destinationBucketName�timeCreated�timeLastSyncr � statusMessageN) � swagger_types� attribute_map�_id�_name�_destination_region_name�_destination_bucket_name� _time_created�_time_last_sync�_status�_status_message)�self�kwargs� r$ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/object_storage/models/replication_policy_summary.py�__init__ s4 )��z!ReplicationPolicySummary.__init__c C s | j S )z� **[Required]** Gets the id of this ReplicationPolicySummary. The id of the replication policy. :return: The id of this ReplicationPolicySummary. :rtype: str �r �r"