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 )�CreateGoldenGateSettingszB Optional settings for GoldenGate Microservices processes c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new CreateGoldenGateSettings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param extract: The value to assign to the extract property of this CreateGoldenGateSettings. :type extract: oci.database_migration.models.CreateExtract :param replicat: The value to assign to the replicat property of this CreateGoldenGateSettings. :type replicat: oci.database_migration.models.CreateReplicat :param acceptable_lag: The value to assign to the acceptable_lag property of this CreateGoldenGateSettings. :type acceptable_lag: int � CreateExtract�CreateReplicat�int)�extract�replicat�acceptable_lagr r � acceptableLagN)� swagger_types� attribute_map�_extract� _replicat�_acceptable_lag)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_migration/models/create_golden_gate_settings.py�__init__ s ��z!CreateGoldenGateSettings.__init__c C s | j S )z� Gets the extract of this CreateGoldenGateSettings. :return: The extract of this CreateGoldenGateSettings. :rtype: oci.database_migration.models.CreateExtract �r �r r r r r 2 s z CreateGoldenGateSettings.extractc C s || _ dS )z� Sets the extract of this CreateGoldenGateSettings. :param extract: The extract of this CreateGoldenGateSettings. :type: oci.database_migration.models.CreateExtract Nr )r r r r r r <