ruạṛ
a N��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 )�CreateReplicatz7 Parameters for GoldenGate Replicat processes. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new CreateReplicat object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param map_parallelism: The value to assign to the map_parallelism property of this CreateReplicat. :type map_parallelism: int :param min_apply_parallelism: The value to assign to the min_apply_parallelism property of this CreateReplicat. :type min_apply_parallelism: int :param max_apply_parallelism: The value to assign to the max_apply_parallelism property of this CreateReplicat. :type max_apply_parallelism: int �int)�map_parallelism�min_apply_parallelism�max_apply_parallelism�mapParallelism�minApplyParallelism�maxApplyParallelismN)� swagger_types� attribute_map�_map_parallelism�_min_apply_parallelism�_max_apply_parallelism)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_migration/models/create_replicat.py�__init__ s ��zCreateReplicat.__init__c C s | j S )z� Gets the map_parallelism of this CreateReplicat. Number of threads used to read trail files (valid for Parallel Replicat) :return: The map_parallelism of this CreateReplicat. :rtype: int �r �r r r r r 2 s zCreateReplicat.map_parallelismc C s || _ dS )z� Sets the map_parallelism of this CreateReplicat. Number of threads used to read trail files (valid for Parallel Replicat) :param map_parallelism: The map_parallelism of this CreateReplicat. :type: int Nr )r r r r r r >