o
    ëÉ¶dP  ã                   @   sD   d dl mZ ddlmZmZmZ ddlmZ eG dd„ deƒƒZdS )é   )ÚActioné    )Úformatted_flat_dictÚNONE_SENTINELÚ#value_allowed_none_or_none_sentinel)Úinit_model_state_from_kwargsc                   @   s0   e Zd ZdZdd„ Zdd„ Zdd„ Zdd	„ Zd
S )ÚCheckActionz®
    An object that represents an action which does not stop the execution of rules in current module,
    just emits a log message documenting result of rule execution.
    c                 K   s.   dddœ| _ dddœ| _d| _d| _d| _dS )a¢  
        Initializes a new CheckAction object with values from keyword arguments. The default value of the :py:attr:`~oci.waf.models.CheckAction.type` attribute
        of this class is ``CHECK`` and it should not be changed.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param type:
            The value to assign to the type property of this CheckAction.
            Allowed values for this property are: "CHECK", "ALLOW", "RETURN_HTTP_RESPONSE"
        :type type: str

        :param name:
            The value to assign to the name property of this CheckAction.
        :type name: str

        Ústr)ÚtypeÚnamer
   r   NZCHECK)Zswagger_typesZattribute_mapZ_typeÚ_name)ÚselfÚkwargs© r   ú?usr/lib/python3.10/site-packages/oci/waf/models/check_action.pyÚ__init__   s   þþ
zCheckAction.__init__c                 C   s   t | ƒS ©N)r   )r   r   r   r   Ú__repr__1   s   zCheckAction.__repr__c                 C   s   |d u rdS | j |j kS )NF)Ú__dict__©r   Úotherr   r   r   Ú__eq__4   s   zCheckAction.__eq__c                 C   s
   | |k S r   r   r   r   r   r   Ú__ne__:   s   
zCheckAction.__ne__N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   r   r   r   r   r   r   r      s    r   N)	Úactionr   Zoci.utilr   r   r   Zoci.decoratorsr   r   r   r   r   r   Ú<module>   s
   