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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS )�EntitiesMappingz' Data Source Entities mappings �EXTERNAL_IP�INTERNAL_IP�TEXT� JSON_LISTc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a^ Initializes a new EntitiesMapping object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this EntitiesMapping. :type display_name: str :param query_field: The value to assign to the query_field property of this EntitiesMapping. :type query_field: str :param entity_type: The value to assign to the entity_type property of this EntitiesMapping. Allowed values for this property are: "EXTERNAL_IP", "INTERNAL_IP", "TEXT", "JSON_LIST", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type entity_type: str �str)�display_name�query_field�entity_type�displayName� queryField� entityTypeN)� swagger_types� attribute_map� _display_name�_query_field�_entity_type)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cloud_guard/models/entities_mapping.py�__init__ s ��zEntitiesMapping.__init__c C s | j S )z� Gets the display_name of this EntitiesMapping. The display name of entity :return: The display_name of this EntitiesMapping. :rtype: str �r �r r r r r D s zEntitiesMapping.display_namec C s || _ dS )z� Sets the display_name of this EntitiesMapping. The display name of entity :param display_name: The display_name of this EntitiesMapping. :type: str Nr )r r r r r r P s c C s | j S )z� **[Required]** Gets the query_field of this EntitiesMapping. The entity value mapped to a data source query :return: The query_field of this EntitiesMapping. :rtype: str �r r r r r r \ s zEntitiesMapping.query_fieldc C s || _ dS )z� Sets the query_field of this EntitiesMapping. The entity value mapped to a data source query :param query_field: The query_field of this EntitiesMapping. :type: str Nr )r r r r r r h s c C s | j S )a� Gets the entity_type of this EntitiesMapping. Possible type of entity Allowed values for this property are: "EXTERNAL_IP", "INTERNAL_IP", "TEXT", "JSON_LIST", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The entity_type of this EntitiesMapping. :rtype: str )r r r r r r t s zEntitiesMapping.entity_typec C s g d�}t ||�sd}|| _dS )z� Sets the entity_type of this EntitiesMapping. Possible type of entity :param entity_type: The entity_type of this EntitiesMapping. :type: str )r r r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r � s c C s t | �S �N)r r r r r �__repr__� s zEntitiesMapping.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zEntitiesMapping.__eq__c C s | |k S r! r r$ r r r �__ne__� s zEntitiesMapping.__ne__N)�__name__� __module__�__qualname__�__doc__�ENTITY_TYPE_EXTERNAL_IP�ENTITY_TYPE_INTERNAL_IP�ENTITY_TYPE_TEXT�ENTITY_TYPE_JSON_LISTr �propertyr �setterr r r"