ruạṛ
a ���fG � @ 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 dZd Zd Z dZdZd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Z e jd3d2� �Z ed4d5� �Z!e!jd6d5� �Z!d7d8� Z"d9d:� Z#d;d<� Z$d=S )>� AdhocQueryz# Details of a adhoc query. �CREATING�CREATED�IN_PROGRESS�PARTIALLY_COMPLETED�EXPIRED� COMPLETED�FAILED�UPDATING�ACTIVE�INACTIVE�DELETING�DELETEDc K s� dddddddddddddd� | _ d d ddd ddddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new AdhocQuery 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 AdhocQuery. :type id: str :param compartment_id: The value to assign to the compartment_id property of this AdhocQuery. :type compartment_id: str :param time_created: The value to assign to the time_created property of this AdhocQuery. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this AdhocQuery. :type time_updated: datetime :param status: The value to assign to the status property of this AdhocQuery. Allowed values for this property are: "CREATING", "CREATED", "IN_PROGRESS", "PARTIALLY_COMPLETED", "EXPIRED", "COMPLETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param adhoc_query_regional_details: The value to assign to the adhoc_query_regional_details property of this AdhocQuery. :type adhoc_query_regional_details: list[oci.cloud_guard.models.AdhocQueryRegionalDetails] :param adhoc_query_details: The value to assign to the adhoc_query_details property of this AdhocQuery. :type adhoc_query_details: oci.cloud_guard.models.AdhocQueryDetails :param error_message: The value to assign to the error_message property of this AdhocQuery. :type error_message: str :param locks: The value to assign to the locks property of this AdhocQuery. :type locks: list[oci.cloud_guard.models.ResourceLock] :param lifecycle_state: The value to assign to the lifecycle_state property of this AdhocQuery. 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 :param freeform_tags: The value to assign to the freeform_tags property of this AdhocQuery. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this AdhocQuery. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this AdhocQuery. :type system_tags: dict(str, dict(str, object)) �strZdatetimezlist[AdhocQueryRegionalDetails]ZAdhocQueryDetailszlist[ResourceLock]zdict(str, str)zdict(str, dict(str, object))) �id�compartment_id�time_created�time_updated�status�adhoc_query_regional_details�adhoc_query_details� error_message�locks�lifecycle_state� freeform_tags�defined_tags�system_tagsr Z compartmentIdZtimeCreatedZtimeUpdatedr ZadhocQueryRegionalDetailsZadhocQueryDetailsZerrorMessager ZlifecycleStateZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id� _time_created� _time_updated�_status�_adhoc_query_regional_details�_adhoc_query_details�_error_message�_locks�_lifecycle_state�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r0 �F/usr/lib/python3.9/site-packages/oci/cloud_guard/models/adhoc_query.py�__init__J sR ?��zAdhocQuery.__init__c C s | j S )z� **[Required]** Gets the id of this AdhocQuery. OCID for the adhoc query :return: The id of this AdhocQuery. :rtype: str �r! �r. r0 r0 r1 r � s z AdhocQuery.idc C s || _ dS )z� Sets the id of this AdhocQuery. OCID for the adhoc query :param id: The id of this AdhocQuery. :type: str Nr3 )r. r r0 r0 r1 r � s c C s | j S )z� **[Required]** Gets the compartment_id of this AdhocQuery. Compartment OCID of the adhoc query :return: The compartment_id of this AdhocQuery. :rtype: str �r"