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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) �DetectorConfigurationz/ Configuration details for a detector. c K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) a/ Initializes a new DetectorConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param config_key: The value to assign to the config_key property of this DetectorConfiguration. :type config_key: str :param name: The value to assign to the name property of this DetectorConfiguration. :type name: str :param value: The value to assign to the value property of this DetectorConfiguration. :type value: str :param data_type: The value to assign to the data_type property of this DetectorConfiguration. :type data_type: str :param values: The value to assign to the values property of this DetectorConfiguration. :type values: list[oci.cloud_guard.models.ConfigValue] :param allowed_values_data_type: The value to assign to the allowed_values_data_type property of this DetectorConfiguration. :type allowed_values_data_type: str :param allowed_values: The value to assign to the allowed_values property of this DetectorConfiguration. :type allowed_values: list[oci.cloud_guard.models.PropertyTuple] �strzlist[ConfigValue]zlist[PropertyTuple])� config_key�name�value� data_type�values�allowed_values_data_type�allowed_valuesZ configKeyr r ZdataTyper ZallowedValuesDataTypeZ allowedValuesN) Z swagger_typesZ attribute_map�_config_key�_name�_value� _data_type�_values�_allowed_values_data_type�_allowed_values)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/cloud_guard/models/detector_configuration.py�__init__ s. #�� zDetectorConfiguration.__init__c C s | j S )z� **[Required]** Gets the config_key of this DetectorConfiguration. Unique identifier of the configuration :return: The config_key of this DetectorConfiguration. :rtype: str �r �r r r r r P s z DetectorConfiguration.config_keyc C s || _ dS )z� Sets the config_key of this DetectorConfiguration. Unique identifier of the configuration :param config_key: The config_key of this DetectorConfiguration. :type: str Nr )r r r r r r \ s c C s | j S )z� **[Required]** Gets the name of this DetectorConfiguration. Configuration name :return: The name of this DetectorConfiguration. :rtype: str �r r r r r r h s zDetectorConfiguration.namec C s || _ dS )z� Sets the name of this DetectorConfiguration. Configuration name :param name: The name of this DetectorConfiguration. :type: str Nr )r r r r r r t s c C s | j S )z� Gets the value of this DetectorConfiguration. Configuration value :return: The value of this DetectorConfiguration. :rtype: str �r r r r r r � s zDetectorConfiguration.valuec C s || _ dS )z� Sets the value of this DetectorConfiguration. Configuration value :param value: The value of this DetectorConfiguration. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the data_type of this DetectorConfiguration. Configuration data type :return: The data_type of this DetectorConfiguration. :rtype: str �r r r r r r � s zDetectorConfiguration.data_typec C s || _ dS )z� Sets the data_type of this DetectorConfiguration. Configuration data type :param data_type: The data_type of this DetectorConfiguration. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the values of this DetectorConfiguration. List of configuration values :return: The values of this DetectorConfiguration. :rtype: list[oci.cloud_guard.models.ConfigValue] �r r r r r r � s zDetectorConfiguration.valuesc C s || _ dS )z� Sets the values of this DetectorConfiguration. List of configuration values :param values: The values of this DetectorConfiguration. :type: list[oci.cloud_guard.models.ConfigValue] Nr )r r r r r r � s c C s | j S )z� Gets the allowed_values_data_type of this DetectorConfiguration. Map property Value data type :return: The allowed_values_data_type of this DetectorConfiguration. :rtype: str �r r r r r r � s z.DetectorConfiguration.allowed_values_data_typec C s || _ dS )z� Sets the allowed_values_data_type of this DetectorConfiguration. Map property Value data type :param allowed_values_data_type: The allowed_values_data_type of this DetectorConfiguration. :type: str Nr! )r r r r r r � s c C s | j S )z� Gets the allowed_values of this DetectorConfiguration. Map of possible values for configuration :return: The allowed_values of this DetectorConfiguration. :rtype: list[oci.cloud_guard.models.PropertyTuple] �r r r r r r � s z$DetectorConfiguration.allowed_valuesc C s || _ dS )a Sets the allowed_values of this DetectorConfiguration. Map of possible values for configuration :param allowed_values: The allowed_values of this DetectorConfiguration. :type: list[oci.cloud_guard.models.PropertyTuple] Nr"