ruạṛ
a ���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 ZdZdZdZdZdZdZdZ dZ d Zd Zdd� Z ed d� �Zejdd� �Zedd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�ConditionOperatorz8 Conditions related to the parameter data type. �AND�OR�IN�NOT_IN�EQUALS� NOT_EQUALS� LESS_THAN�GREATER_THAN�RANGEc K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new ConditionOperator object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this ConditionOperator. Allowed values for this property are: "AND", "OR", "IN", "NOT_IN", "EQUALS", "NOT_EQUALS", "LESS_THAN", "GREATER_THAN", "RANGE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type name: str :param display_name: The value to assign to the display_name property of this ConditionOperator. :type display_name: str �str)�name�display_namer ZdisplayNameN)Z swagger_typesZ attribute_map�_name� _display_name)�self�kwargs� r �M/usr/lib/python3.9/site-packages/oci/cloud_guard/models/condition_operator.py�__init__6 s ��zConditionOperator.__init__c C s | j S )a� **[Required]** Gets the name of this ConditionOperator. Operator name Allowed values for this property are: "AND", "OR", "IN", "NOT_IN", "EQUALS", "NOT_EQUALS", "LESS_THAN", "GREATER_THAN", "RANGE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The name of this ConditionOperator. :rtype: str )r �r r r r r S s zConditionOperator.namec C s g d�}t ||�sd}|| _dS )z� Sets the name of this ConditionOperator. Operator name :param name: The name of this ConditionOperator. :type: str ) r r r r r r r r r ZUNKNOWN_ENUM_VALUEN)r r )r r Zallowed_valuesr r r r b s c C s | j S )z� **[Required]** Gets the display_name of this ConditionOperator. Display name of the operator :return: The display_name of this ConditionOperator. :rtype: str �r r r r r r q s zConditionOperator.display_namec C s || _ dS )z� Sets the display_name of this ConditionOperator. Display name of the operator :param display_name: The display_name of this ConditionOperator. :type: str Nr )r r r r r r } s c C s t | �S �N)r r r r r �__repr__� s zConditionOperator.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zConditionOperator.__eq__c C s | |k S r r r r r r �__ne__� s zConditionOperator.__ne__N)�__name__� __module__�__qualname__�__doc__ZNAME_ANDZNAME_ORZNAME_INZNAME_NOT_INZNAME_EQUALSZNAME_NOT_EQUALSZNAME_LESS_THANZNAME_GREATER_THANZ NAME_RANGEr �propertyr �setterr r r! r"