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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zdd � Zd!S )"�OperatorSummaryz5 Summary information on available operators. � CONDITION�CONFIGc K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new OperatorSummary 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 OperatorSummary. :type name: str :param display_name: The value to assign to the display_name property of this OperatorSummary. :type display_name: str :param datatype: The value to assign to the datatype property of this OperatorSummary. :type datatype: str :param managed_listtype: The value to assign to the managed_listtype property of this OperatorSummary. :type managed_listtype: str :param filter_type: The value to assign to the filter_type property of this OperatorSummary. Allowed values for this property are: "CONDITION", "CONFIG", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type filter_type: str :param operators: The value to assign to the operators property of this OperatorSummary. :type operators: list[oci.cloud_guard.models.ConditionOperator] :param multi_list_types: The value to assign to the multi_list_types property of this OperatorSummary. :type multi_list_types: list[str] �strzlist[ConditionOperator]z list[str])�name�display_name�datatype�managed_listtype�filter_type� operators�multi_list_typesr ZdisplayNamer ZmanagedListtypeZ filterTyper ZmultiListTypesN) Z swagger_typesZ attribute_map�_name� _display_name� _datatype�_managed_listtype�_filter_type� _operators�_multi_list_types)�self�kwargs� r �K/usr/lib/python3.9/site-packages/oci/cloud_guard/models/operator_summary.py�__init__ s. %�� zOperatorSummary.__init__c C s | j S )z� **[Required]** Gets the name of this OperatorSummary. Name of the operand :return: The name of this OperatorSummary. :rtype: str �r �r r r r r Z s zOperatorSummary.namec C s || _ dS )z� Sets the name of this OperatorSummary. Name of the operand :param name: The name of this OperatorSummary. :type: str Nr )r r r r r r f s c C s | j S )z� **[Required]** Gets the display_name of this OperatorSummary. Display name of the operand :return: The display_name of this OperatorSummary. :rtype: str �r r r r r r r s zOperatorSummary.display_namec C s || _ dS )z� Sets the display_name of this OperatorSummary. Display name of the operand :param display_name: The display_name of this OperatorSummary. :type: str Nr )r r r r r r ~ s c C s | j S )z� **[Required]** Gets the datatype of this OperatorSummary. Data type of the operand :return: The datatype of this OperatorSummary. :rtype: str �r r r r r r � s zOperatorSummary.datatypec C s || _ dS )z� Sets the datatype of this OperatorSummary. Data type of the operand :param datatype: The datatype of this OperatorSummary. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the managed_listtype of this OperatorSummary. Operand list type :return: The managed_listtype of this OperatorSummary. :rtype: str �r r r r r r � s z OperatorSummary.managed_listtypec C s || _ dS )z� Sets the managed_listtype of this OperatorSummary. Operand list type :param managed_listtype: The managed_listtype of this OperatorSummary. :type: str Nr! )r r r r r r � s c C s | j S )ao **[Required]** Gets the filter_type of this OperatorSummary. Type of filter Allowed values for this property are: "CONDITION", "CONFIG", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The filter_type of this OperatorSummary. :rtype: str )r r r r r r � s zOperatorSummary.filter_typec C s ddg}t ||�sd}|| _dS )z� Sets the filter_type of this OperatorSummary. Type of filter :param filter_type: The filter_type of this OperatorSummary. :type: str r r ZUNKNOWN_ENUM_VALUEN)r r )r r Zallowed_valuesr r r r � s c C s | j S )z� **[Required]** Gets the operators of this OperatorSummary. List of parameters :return: The operators of this OperatorSummary. :rtype: list[oci.cloud_guard.models.ConditionOperator] �r r r r r r � s zOperatorSummary.operatorsc C s || _ dS )z� Sets the operators of this OperatorSummary. List of parameters :param operators: The operators of this OperatorSummary. :type: list[oci.cloud_guard.models.ConditionOperator] Nr"