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 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 )"�OperatorSummaryz Summary of Operator � 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 �displayNamer �managedListtype� filterTyper �multiListTypesN) � swagger_types� attribute_map�_name� _display_name� _datatype�_managed_listtype�_filter_type� _operators�_multi_list_types)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 X 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 d 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 p 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 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 operand :param datatype: The datatype of this OperatorSummary. :type: str Nr&