ruạṛ
a N��fX � @ 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 )�UpdateGoldenGateSettingsz� Optional settings for Oracle GoldenGate processes If an empty object is specified, the stored GoldenGate Settings details will be removed. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new UpdateGoldenGateSettings 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 UpdateGoldenGateSettings. :type extract: oci.database_migration.models.UpdateExtract :param replicat: The value to assign to the replicat property of this UpdateGoldenGateSettings. :type replicat: oci.database_migration.models.UpdateReplicat :param acceptable_lag: The value to assign to the acceptable_lag property of this UpdateGoldenGateSettings. :type acceptable_lag: int � UpdateExtract�UpdateReplicat�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/update_golden_gate_settings.py�__init__ s ��z!UpdateGoldenGateSettings.__init__c C s | j S )z� Gets the extract of this UpdateGoldenGateSettings. :return: The extract of this UpdateGoldenGateSettings. :rtype: oci.database_migration.models.UpdateExtract �r �r r r r r 3 s z UpdateGoldenGateSettings.extractc C s || _ dS )z� Sets the extract of this UpdateGoldenGateSettings. :param extract: The extract of this UpdateGoldenGateSettings. :type: oci.database_migration.models.UpdateExtract Nr )r r r r r r = s c C s | j S )z� Gets the replicat of this UpdateGoldenGateSettings. :return: The replicat of this UpdateGoldenGateSettings. :rtype: oci.database_migration.models.UpdateReplicat �r r r r r r G s z!UpdateGoldenGateSettings.replicatc C s || _ dS )z� Sets the replicat of this UpdateGoldenGateSettings. :param replicat: The replicat of this UpdateGoldenGateSettings. :type: oci.database_migration.models.UpdateReplicat Nr )r r r r r r Q s c C s | j S )a Gets the acceptable_lag of this UpdateGoldenGateSettings. ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds. :return: The acceptable_lag of this UpdateGoldenGateSettings. :rtype: int �r r r r r r [ s z'UpdateGoldenGateSettings.acceptable_lagc C s || _ dS )a- Sets the acceptable_lag of this UpdateGoldenGateSettings. ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds. :param acceptable_lag: The acceptable_lag of this UpdateGoldenGateSettings. :type: int Nr )r r r r r r g s c C s t | �S �N)r r r r r �__repr__s s z!UpdateGoldenGateSettings.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__v s zUpdateGoldenGateSettings.__eq__c C s | |k S r r r r r r �__ne__| s zUpdateGoldenGateSettings.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r! r"