ruạṛ
a ���fE( � @ 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 )%�ReplicationPolicyz. The details of a replication policy. �ACTIVE�CLIENT_ERRORc K sd ddddddddd�| _ dddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS ) aQ Initializes a new ReplicationPolicy 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 ReplicationPolicy. :type id: str :param name: The value to assign to the name property of this ReplicationPolicy. :type name: str :param destination_region_name: The value to assign to the destination_region_name property of this ReplicationPolicy. :type destination_region_name: str :param destination_bucket_name: The value to assign to the destination_bucket_name property of this ReplicationPolicy. :type destination_bucket_name: str :param time_created: The value to assign to the time_created property of this ReplicationPolicy. :type time_created: datetime :param time_last_sync: The value to assign to the time_last_sync property of this ReplicationPolicy. :type time_last_sync: datetime :param status: The value to assign to the status property of this ReplicationPolicy. 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 ReplicationPolicy. :type status_message: str �strZdatetime)�id�name�destination_region_name�destination_bucket_name�time_created�time_last_sync�status�status_messager r ZdestinationRegionNameZdestinationBucketNameZtimeCreatedZtimeLastSyncr Z statusMessageN) Z swagger_typesZ attribute_map�_id�_name�_destination_region_name�_destination_bucket_name� _time_created�_time_last_sync�_status�_status_message)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/object_storage/models/replication_policy.py�__init__ s4 )��zReplicationPolicy.__init__c C s | j S )z� **[Required]** Gets the id of this ReplicationPolicy. The id of the replication policy. :return: The id of this ReplicationPolicy. :rtype: str �r �r r r r r a s zReplicationPolicy.idc C s || _ dS )z� Sets the id of this ReplicationPolicy. The id of the replication policy. :param id: The id of this ReplicationPolicy. :type: str Nr )r r r r r r m s c C s | j S )z� **[Required]** Gets the name of this ReplicationPolicy. The name of the policy. :return: The name of this ReplicationPolicy. :rtype: str �r r r r r r y s zReplicationPolicy.namec C s || _ dS )z� Sets the name of this ReplicationPolicy. The name of the policy. :param name: The name of this ReplicationPolicy. :type: str Nr! )r r r r r r � s c C s | j S )a **[Required]** Gets the destination_region_name of this ReplicationPolicy. The destination region to replicate to, for example "us-ashburn-1". :return: The destination_region_name of this ReplicationPolicy. :rtype: str �r r r r r r � s z)ReplicationPolicy.destination_region_namec C s || _ dS )a Sets the destination_region_name of this ReplicationPolicy. The destination region to replicate to, for example "us-ashburn-1". :param destination_region_name: The destination_region_name of this ReplicationPolicy. :type: str Nr"