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 )�UpdateReplicatz~ Parameters for Replicat processes. If an empty object is specified, the stored Replicat details will be removed. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new UpdateReplicat 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 UpdateReplicat. :type map_parallelism: int :param min_apply_parallelism: The value to assign to the min_apply_parallelism property of this UpdateReplicat. :type min_apply_parallelism: int :param max_apply_parallelism: The value to assign to the max_apply_parallelism property of this UpdateReplicat. :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/update_replicat.py�__init__ s ��zUpdateReplicat.__init__c C s | j S )z� Gets the map_parallelism of this UpdateReplicat. Number of threads used to read trail files (valid for Parallel Replicat) :return: The map_parallelism of this UpdateReplicat. :rtype: int �r �r r r r r 3 s zUpdateReplicat.map_parallelismc C s || _ dS )z� Sets the map_parallelism of this UpdateReplicat. Number of threads used to read trail files (valid for Parallel Replicat) :param map_parallelism: The map_parallelism of this UpdateReplicat. :type: int Nr )r r r r r r ? s c C s | j S )a Gets the min_apply_parallelism of this UpdateReplicat. Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat) :return: The min_apply_parallelism of this UpdateReplicat. :rtype: int �r r r r r r K s z$UpdateReplicat.min_apply_parallelismc C s || _ dS )a+ Sets the min_apply_parallelism of this UpdateReplicat. Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat) :param min_apply_parallelism: The min_apply_parallelism of this UpdateReplicat. :type: int Nr )r r r r r r W s c C s | j S )a Gets the max_apply_parallelism of this UpdateReplicat. Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat) :return: The max_apply_parallelism of this UpdateReplicat. :rtype: int �r r r r r r c s z$UpdateReplicat.max_apply_parallelismc C s || _ dS )a+ Sets the max_apply_parallelism of this UpdateReplicat. Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat) :param max_apply_parallelism: The max_apply_parallelism of this UpdateReplicat. :type: int Nr )r r r r r r o s c C s t | �S �N)r r r r r �__repr__{ s zUpdateReplicat.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__~ s zUpdateReplicat.__eq__c C s | |k S r r r r r r �__ne__� s zUpdateReplicat.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r! r"