ruạṛ
a N��f0 � @ 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 d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�Detectorz A single Detector �CREATING�UPDATING�ACTIVE�INACTIVE�DELETING�DELETED�FAILEDc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )aL Initializes a new Detector object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this Detector. :type id: str :param description: The value to assign to the description property of this Detector. :type description: str :param lifecycle_state: The value to assign to the lifecycle_state property of this Detector. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str �str)�id�description�lifecycle_stater r �lifecycleStateN)� swagger_types� attribute_map�_id�_description�_lifecycle_state)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cloud_guard/models/detector.py�__init__, s ��zDetector.__init__c C s | j S )z� **[Required]** Gets the id of this Detector. detector key :return: The id of this Detector. :rtype: str �r �r r r r r P s zDetector.idc C s || _ dS )z� Sets the id of this Detector. detector key :param id: The id of this Detector. :type: str Nr )r r r r r r \ s c C s | j S )z� **[Required]** Gets the description of this Detector. detector description :return: The description of this Detector. :rtype: str �r r r r r r h s zDetector.descriptionc C s || _ dS )z� Sets the description of this Detector. detector description :param description: The description of this Detector. :type: str Nr )r r r r r r t s c C s | j S )a� Gets the lifecycle_state of this Detector. The current state of the resource. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The lifecycle_state of this Detector. :rtype: str )r r r r r r � s zDetector.lifecycle_statec C s g d�}t ||�sd}|| _dS )z� Sets the lifecycle_state of this Detector. The current state of the resource. :param lifecycle_state: The lifecycle_state of this Detector. :type: str )r r r 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 zDetector.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zDetector.__eq__c C s | |k S r"