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 @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�ReplicationSourcezd The details of a replication source bucket that replicates to a target destination bucket. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new ReplicationSource object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param policy_name: The value to assign to the policy_name property of this ReplicationSource. :type policy_name: str :param source_region_name: The value to assign to the source_region_name property of this ReplicationSource. :type source_region_name: str :param source_bucket_name: The value to assign to the source_bucket_name property of this ReplicationSource. :type source_bucket_name: str �str)�policy_name�source_region_name�source_bucket_nameZ policyNameZsourceRegionNameZsourceBucketNameN)Z swagger_typesZ attribute_map�_policy_name�_source_region_name�_source_bucket_name)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/object_storage/models/replication_source.py�__init__ s ��zReplicationSource.__init__c C s | j S )z� **[Required]** Gets the policy_name of this ReplicationSource. The name of the policy. :return: The policy_name of this ReplicationSource. :rtype: str �r �r r r r r 4 s zReplicationSource.policy_namec C s || _ dS )z� Sets the policy_name of this ReplicationSource. The name of the policy. :param policy_name: The policy_name of this ReplicationSource. :type: str Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the source_region_name of this ReplicationSource. The source region replicating data from, for example "us-ashburn-1". :return: The source_region_name of this ReplicationSource. :rtype: str �r r r r r r L s z$ReplicationSource.source_region_namec C s || _ dS )z� Sets the source_region_name of this ReplicationSource. The source region replicating data from, for example "us-ashburn-1". :param source_region_name: The source_region_name of this ReplicationSource. :type: str Nr )r r r r r r X s c C s | j S )z� **[Required]** Gets the source_bucket_name of this ReplicationSource. The source bucket replicating data from. :return: The source_bucket_name of this ReplicationSource. :rtype: str �r r r r r r d s z$ReplicationSource.source_bucket_namec C s || _ dS )z� Sets the source_bucket_name of this ReplicationSource. The source bucket replicating data from. :param source_bucket_name: The source_bucket_name of this ReplicationSource. :type: str Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zReplicationSource.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zReplicationSource.__eq__c C s | |k S r r r r r r �__ne__� s zReplicationSource.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"