📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
database_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database_management/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: optimizer_statistics_advisor_execution_summary.cpython-39.pyc
a ���fE. � @ 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 �strZdatetime�int)� task_name�execution_name� time_start�time_end�status�status_message� error_message�findingsZtaskNameZ executionNameZ timeStartZtimeEndr Z statusMessageZerrorMessager N) Z swagger_typesZ attribute_map� _task_name�_execution_name�_time_start� _time_end�_status�_status_message�_error_message� _findings)�self�kwargs� r �q/usr/lib/python3.9/site-packages/oci/database_management/models/optimizer_statistics_advisor_execution_summary.py�__init__&