ruạṛ
a O��fp6 � @ 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 @ sX e Zd ZdZdZdZdZdZdZdZ dZ d Zd Zdd� Z ed d� �Zejdd� �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)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2�QueryWorkRequestSummaryz7 High level summary of query job work request. � FOREGROUND� BACKGROUND�ACCEPTED�CANCELED�FAILED�IN_PROGRESS� SUCCEEDED�EXECUTE_QUERY_JOB�EXECUTE_PURGE_JOBc K sx ddddddddddd� | _ ddddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )aW Initializes a new QueryWorkRequestSummary 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 QueryWorkRequestSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this QueryWorkRequestSummary. :type compartment_id: str :param time_started: The value to assign to the time_started property of this QueryWorkRequestSummary. :type time_started: datetime :param time_accepted: The value to assign to the time_accepted property of this QueryWorkRequestSummary. :type time_accepted: datetime :param time_finished: The value to assign to the time_finished property of this QueryWorkRequestSummary. :type time_finished: datetime :param time_expires: The value to assign to the time_expires property of this QueryWorkRequestSummary. :type time_expires: datetime :param mode: The value to assign to the mode property of this QueryWorkRequestSummary. Allowed values for this property are: "FOREGROUND", "BACKGROUND", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type mode: str :param percent_complete: The value to assign to the percent_complete property of this QueryWorkRequestSummary. :type percent_complete: int :param status: The value to assign to the status property of this QueryWorkRequestSummary. Allowed values for this property are: "ACCEPTED", "CANCELED", "FAILED", "IN_PROGRESS", "SUCCEEDED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param operation_type: The value to assign to the operation_type property of this QueryWorkRequestSummary. Allowed values for this property are: "EXECUTE_QUERY_JOB", "EXECUTE_PURGE_JOB", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type operation_type: str �str�datetime�int) �id�compartment_id�time_started� time_accepted� time_finished�time_expires�mode�percent_complete�status�operation_typer � compartmentId�timeStarted�timeAccepted�timeFinished�timeExpiresr �percentCompleter � operationTypeN)� swagger_types� attribute_map�_id�_compartment_id� _time_started�_time_accepted�_time_finished� _time_expires�_mode�_percent_complete�_status�_operation_type)�self�kwargs� r2 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/log_analytics/models/query_work_request_summary.py�__init__4 s@ 5�� z QueryWorkRequestSummary.__init__c C s | j S )z� **[Required]** Gets the id of this QueryWorkRequestSummary. Unique OCID identifier to reference this query job work Request with. :return: The id of this QueryWorkRequestSummary. :rtype: str �r&