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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Zd!d"� Zd#d$� Zd%d&� Zd'S )(�*OptimizerStatisticsAdvisorExecutionSummaryzD The summary of the Optimizer Statistics Advisor execution. � EXECUTING� COMPLETED�INTERRUPTED� CANCELLED�FATAL_ERRORc K sd ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d S )a- Initializes a new OptimizerStatisticsAdvisorExecutionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param task_name: The value to assign to the task_name property of this OptimizerStatisticsAdvisorExecutionSummary. :type task_name: str :param execution_name: The value to assign to the execution_name property of this OptimizerStatisticsAdvisorExecutionSummary. :type execution_name: str :param time_start: The value to assign to the time_start property of this OptimizerStatisticsAdvisorExecutionSummary. :type time_start: datetime :param time_end: The value to assign to the time_end property of this OptimizerStatisticsAdvisorExecutionSummary. :type time_end: datetime :param status: The value to assign to the status property of this OptimizerStatisticsAdvisorExecutionSummary. Allowed values for this property are: "EXECUTING", "COMPLETED", "INTERRUPTED", "CANCELLED", "FATAL_ERROR", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param status_message: The value to assign to the status_message property of this OptimizerStatisticsAdvisorExecutionSummary. :type status_message: str :param error_message: The value to assign to the error_message property of this OptimizerStatisticsAdvisorExecutionSummary. :type error_message: str :param findings: The value to assign to the findings property of this OptimizerStatisticsAdvisorExecutionSummary. :type findings: int �str�datetime�int)� task_name�execution_name� time_start�time_end�status�status_message� error_message�findings�taskName� executionName� timeStart�timeEndr � statusMessage�errorMessager N) � swagger_types� attribute_map� _task_name�_execution_name�_time_start� _time_end�_status�_status_message�_error_message� _findings)�self�kwargs� r) ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_management/models/optimizer_statistics_advisor_execution_summary.py�__init__$ s4 )��z3OptimizerStatisticsAdvisorExecutionSummary.__init__c C s | j S )a **[Required]** Gets the task_name of this OptimizerStatisticsAdvisorExecutionSummary. The name of the Optimizer Statistics Advisor task. :return: The task_name of this OptimizerStatisticsAdvisorExecutionSummary. :rtype: str �r �r'