ruạṛ
a O��fv � @ 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_name� policyName�sourceRegionName�sourceBucketNameN)� swagger_types� attribute_map�_policy_name�_source_region_name�_source_bucket_name)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 2 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 >