ruạṛ
a N��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 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-� �Zd/d0� Zd1d2� Zd3d4� Zd5S )6�-OptimizerStatisticsCollectionOperationSummaryzG The summary of the Optimizer Statistics Collection operation. �IN_PROGRESS� COMPLETED�FAILED� TIMED_OUTc K s� dddddddddddddd� | _ ddddd d ddd ddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new OptimizerStatisticsCollectionOperationSummary 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 OptimizerStatisticsCollectionOperationSummary. :type id: int :param operation_name: The value to assign to the operation_name property of this OptimizerStatisticsCollectionOperationSummary. :type operation_name: str :param target: The value to assign to the target property of this OptimizerStatisticsCollectionOperationSummary. :type target: str :param job_name: The value to assign to the job_name property of this OptimizerStatisticsCollectionOperationSummary. :type job_name: str :param status: The value to assign to the status property of this OptimizerStatisticsCollectionOperationSummary. 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 OptimizerStatisticsCollectionOperationSummary. :type start_time: str :param end_time: The value to assign to the end_time property of this OptimizerStatisticsCollectionOperationSummary. :type end_time: str :param duration_in_seconds: The value to assign to the duration_in_seconds property of this OptimizerStatisticsCollectionOperationSummary. :type duration_in_seconds: float :param completed_count: The value to assign to the completed_count property of this OptimizerStatisticsCollectionOperationSummary. :type completed_count: int :param in_progress_count: The value to assign to the in_progress_count property of this OptimizerStatisticsCollectionOperationSummary. :type in_progress_count: int :param failed_count: The value to assign to the failed_count property of this OptimizerStatisticsCollectionOperationSummary. :type failed_count: int :param timed_out_count: The value to assign to the timed_out_count property of this OptimizerStatisticsCollectionOperationSummary. :type timed_out_count: int :param total_objects_count: The value to assign to the total_objects_count property of this OptimizerStatisticsCollectionOperationSummary. :type total_objects_count: int �int�str�float) �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 � operationNamer �jobNamer � startTime�endTime�durationInSeconds�completedCount�inProgressCount�failedCount� timedOutCount�totalObjectsCountN)� swagger_types� attribute_map�_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� r6 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_management/models/optimizer_statistics_collection_operation_summary.py�__init__ sR =��z6OptimizerStatisticsCollectionOperationSummary.__init__c C s | j S )z� **[Required]** Gets the id of this OptimizerStatisticsCollectionOperationSummary. The ID of the operation. :return: The id of this OptimizerStatisticsCollectionOperationSummary. :rtype: int �r'