ruạṛ
a N��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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze d d!� �Zejd"d!� �Ze d#d$� �Zejd%d$� �Ze d&d'� �Zejd(d'� �Ze d)d*� �Zejd+d*� �Ze d,d-� �Zejd.d-� �Ze d/d0� �Zejd1d0� �Ze d2d3� �Zejd4d3� �Zd5d6� Zd7d8� Zd9d:� Zd;S )<�&OptimizerStatisticsCollectionOperationz� The summary of the Optimizer Statistics Collection tasks, which includes details of the Managed Database and the execution. �IN_PROGRESS� COMPLETED�FAILED� TIMED_OUTc K s� dddddddddddddddd�| _ ddd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a Initializes a new OptimizerStatisticsCollectionOperation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param database: The value to assign to the database property of this OptimizerStatisticsCollectionOperation. :type database: oci.database_management.models.OptimizerDatabase :param tasks: The value to assign to the tasks property of this OptimizerStatisticsCollectionOperation. :type tasks: list[oci.database_management.models.OptimizerStatisticsOperationTask] :param id: The value to assign to the id property of this OptimizerStatisticsCollectionOperation. :type id: int :param operation_name: The value to assign to the operation_name property of this OptimizerStatisticsCollectionOperation. :type operation_name: str :param target: The value to assign to the target property of this OptimizerStatisticsCollectionOperation. :type target: str :param job_name: The value to assign to the job_name property of this OptimizerStatisticsCollectionOperation. :type job_name: str :param status: The value to assign to the status property of this OptimizerStatisticsCollectionOperation. Allowed values for this property are: "IN_PROGRESS", "COMPLETED", "FAILED", "TIMED_OUT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param start_time: The value to assign to the start_time property of this OptimizerStatisticsCollectionOperation. :type start_time: str :param end_time: The value to assign to the end_time property of this OptimizerStatisticsCollectionOperation. :type end_time: str :param duration_in_seconds: The value to assign to the duration_in_seconds property of this OptimizerStatisticsCollectionOperation. :type duration_in_seconds: float :param completed_count: The value to assign to the completed_count property of this OptimizerStatisticsCollectionOperation. :type completed_count: int :param in_progress_count: The value to assign to the in_progress_count property of this OptimizerStatisticsCollectionOperation. :type in_progress_count: int :param failed_count: The value to assign to the failed_count property of this OptimizerStatisticsCollectionOperation. :type failed_count: int :param timed_out_count: The value to assign to the timed_out_count property of this OptimizerStatisticsCollectionOperation. :type timed_out_count: int :param total_objects_count: The value to assign to the total_objects_count property of this OptimizerStatisticsCollectionOperation. :type total_objects_count: int �OptimizerDatabasez&list[OptimizerStatisticsOperationTask]�int�str�float)�database�tasks�id�operation_name�target�job_name�status� start_time�end_time�duration_in_seconds�completed_count�in_progress_count�failed_count�timed_out_count�total_objects_countr r r � operationNamer �jobNamer � startTime�endTime�durationInSeconds�completedCount�inProgressCount�failedCount� timedOutCount�totalObjectsCountN)� swagger_types� attribute_map� _database�_tasks�_id�_operation_name�_target� _job_name�_status�_start_time� _end_time�_duration_in_seconds�_completed_count�_in_progress_count� _failed_count�_timed_out_count�_total_objects_count)�self�kwargs� r; ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_management/models/optimizer_statistics_collection_operation.py�__init__ s^ E��z/OptimizerStatisticsCollectionOperation.__init__c C s | j S )z� Gets the database of this OptimizerStatisticsCollectionOperation. :return: The database of this OptimizerStatisticsCollectionOperation. :rtype: oci.database_management.models.OptimizerDatabase �r* �r9 r; r; r<