📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/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: sql_tuning_advisor_task_summary.cpython-39.pyc
a ���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� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Zd-d.� Zd/d0� Zd1d2� Zd3S )4�SqlTuningAdvisorTaskSummaryz3 The summary of a SQL Tuning Advisor task. � COMPLETED�INITIAL� EXECUTING�INTERRUPTED�ERRORc K s� ddddddddddddd�| _ ddddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a� Initializes a new SqlTuningAdvisorTaskSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param sql_tuning_advisor_task_id: The value to assign to the sql_tuning_advisor_task_id property of this SqlTuningAdvisorTaskSummary. :type sql_tuning_advisor_task_id: int :param instance_id: The value to assign to the instance_id property of this SqlTuningAdvisorTaskSummary. :type instance_id: int :param name: The value to assign to the name property of this SqlTuningAdvisorTaskSummary. :type name: str :param description: The value to assign to the description property of this SqlTuningAdvisorTaskSummary. :type description: str :param owner: The value to assign to the owner property of this SqlTuningAdvisorTaskSummary. :type owner: str :param time_created: The value to assign to the time_created property of this SqlTuningAdvisorTaskSummary. :type time_created: datetime :param task_status: The value to assign to the task_status property of this SqlTuningAdvisorTaskSummary. Allowed values for this property are: "COMPLETED", "INITIAL", "EXECUTING", "INTERRUPTED", "ERROR", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type task_status: str :param days_to_expire: The value to assign to the days_to_expire property of this SqlTuningAdvisorTaskSummary. :type days_to_expire: int :param time_execution_started: The value to assign to the time_execution_started property of this SqlTuningAdvisorTaskSummary. :type time_execution_started: datetime :param time_execution_ended: The value to assign to the time_execution_ended property of this SqlTuningAdvisorTaskSummary. :type time_execution_ended: datetime :param total_sql_statements: The value to assign to the total_sql_statements property of this SqlTuningAdvisorTaskSummary. :type total_sql_statements: int :param recommendation_count: The value to assign to the recommendation_count property of this SqlTuningAdvisorTaskSummary. :type recommendation_count: int �int�strZdatetime)�sql_tuning_advisor_task_id�instance_id�name�description�owner�time_created�task_status�days_to_expire�time_execution_started�time_execution_ended�total_sql_statements�recommendation_countZsqlTuningAdvisorTaskIdZ instanceIdr r r ZtimeCreatedZ taskStatusZdaysToExpireZtimeExecutionStartedZtimeExecutionEndedZtotalSqlStatementsZrecommendationCountN)Z swagger_typesZ attribute_map�_sql_tuning_advisor_task_id�_instance_id�_name�_description�_owner� _time_created�_task_status�_days_to_expire�_time_execution_started�_time_execution_ended�_total_sql_statements�_recommendation_count)�self�kwargs� r( �b/usr/lib/python3.9/site-packages/oci/database_management/models/sql_tuning_advisor_task_summary.py�__init__&