o
    ëÉ¶dÌ  ã                   @   s8   d dl mZmZmZ d dlmZ eG dd„ deƒƒZdS )é    )Úformatted_flat_dictÚNONE_SENTINELÚ#value_allowed_none_or_none_sentinel)Úinit_model_state_from_kwargsc                   @   s~   e Zd ZdZdd„ Zedd„ ƒZejdd„ ƒZedd„ ƒZejd	d„ ƒZed
d„ ƒZ	e	jdd„ ƒZ	dd„ Z
dd„ Zdd„ ZdS )ÚDomainReplicationz[
    (For tenancies that support identity domains) Identity domain replication states.
    c                 K   s2   ddddœ| _ ddddœ| _d| _d| _d| _dS )aô  
        Initializes a new DomainReplication object with values from keyword arguments.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param opc_water_mark:
            The value to assign to the opc_water_mark property of this DomainReplication.
        :type opc_water_mark: float

        :param txn_seq_number:
            The value to assign to the txn_seq_number property of this DomainReplication.
        :type txn_seq_number: float

        :param domain_replication_states:
            The value to assign to the domain_replication_states property of this DomainReplication.
        :type domain_replication_states: list[oci.identity.models.DomainReplicationStates]

        Úfloatzlist[DomainReplicationStates])Úopc_water_markÚtxn_seq_numberÚdomain_replication_statesZopcWaterMarkZtxnSeqNumberZdomainReplicationStatesN)Zswagger_typesZattribute_mapÚ_opc_water_markÚ_txn_seq_numberÚ_domain_replication_states)ÚselfÚkwargs© r   úJusr/lib/python3.10/site-packages/oci/identity/models/domain_replication.pyÚ__init__   s   ýý
zDomainReplication.__init__c                 C   ó   | j S )a8  
        **[Required]** Gets the opc_water_mark of this DomainReplication.
        The version number indicating the value of kievTxnId, starting from which the identity domain replication events need to be returned.


        :return: The opc_water_mark of this DomainReplication.
        :rtype: float
        ©r   ©r   r   r   r   r   4   ó   
z DomainReplication.opc_water_markc                 C   ó
   || _ dS )a6  
        Sets the opc_water_mark of this DomainReplication.
        The version number indicating the value of kievTxnId, starting from which the identity domain replication events need to be returned.


        :param opc_water_mark: The opc_water_mark of this DomainReplication.
        :type: float
        Nr   )r   r   r   r   r   r   @   ó   

c                 C   r   )zø
        **[Required]** Gets the txn_seq_number of this DomainReplication.
        A custom value defining the order of records with the same kievTxnId.


        :return: The txn_seq_number of this DomainReplication.
        :rtype: float
        ©r   r   r   r   r   r	   L   r   z DomainReplication.txn_seq_numberc                 C   r   )zö
        Sets the txn_seq_number of this DomainReplication.
        A custom value defining the order of records with the same kievTxnId.


        :param txn_seq_number: The txn_seq_number of this DomainReplication.
        :type: float
        Nr   )r   r	   r   r   r   r	   X   r   c                 C   r   )a  
        **[Required]** Gets the domain_replication_states of this DomainReplication.
        The identity domain's replication state.


        :return: The domain_replication_states of this DomainReplication.
        :rtype: list[oci.identity.models.DomainReplicationStates]
        ©r   r   r   r   r   r
   d   r   z+DomainReplication.domain_replication_statesc                 C   r   )a&  
        Sets the domain_replication_states of this DomainReplication.
        The identity domain's replication state.


        :param domain_replication_states: The domain_replication_states of this DomainReplication.
        :type: list[oci.identity.models.DomainReplicationStates]
        Nr   )r   r
   r   r   r   r
   p   r   c                 C   s   t | ƒS ©N)r   r   r   r   r   Ú__repr__|   s   zDomainReplication.__repr__c                 C   s   |d u rdS | j |j kS )NF)Ú__dict__©r   Úotherr   r   r   Ú__eq__   s   zDomainReplication.__eq__c                 C   s
   | |k S r   r   r   r   r   r   Ú__ne__…   s   
zDomainReplication.__ne__N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Úpropertyr   Úsetterr	   r
   r   r    r!   r   r   r   r   r      s$    "





r   N)Zoci.utilr   r   r   Zoci.decoratorsr   Úobjectr   r   r   r   r   Ú<module>   s   