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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�CreateReplicationPolicyDetailsz5 The details to create a replication policy. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new CreateReplicationPolicyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this CreateReplicationPolicyDetails. :type name: str :param destination_region_name: The value to assign to the destination_region_name property of this CreateReplicationPolicyDetails. :type destination_region_name: str :param destination_bucket_name: The value to assign to the destination_bucket_name property of this CreateReplicationPolicyDetails. :type destination_bucket_name: str �str)�name�destination_region_name�destination_bucket_namer �destinationRegionName�destinationBucketNameN)� swagger_types� attribute_map�_name�_destination_region_name�_destination_bucket_name)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/object_storage/models/create_replication_policy_details.py�__init__ s ��z'CreateReplicationPolicyDetails.__init__c C s | j S )z� **[Required]** Gets the name of this CreateReplicationPolicyDetails. The name of the policy. Avoid entering confidential information. :return: The name of this CreateReplicationPolicyDetails. :rtype: str �r �r r r r r 2 s z#CreateReplicationPolicyDetails.namec C s || _ dS )z� Sets the name of this CreateReplicationPolicyDetails. The name of the policy. Avoid entering confidential information. :param name: The name of this CreateReplicationPolicyDetails. :type: str Nr )r r r r r r >