📂 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: sql_tuning_task_plan_stats.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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zdd� Zdd� Z dd� ZdS )�SqlTuningTaskPlanStatsz1 The statistics of a SQL execution plan. �COMPLETE�PARTIALc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a_ Initializes a new SqlTuningTaskPlanStats object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param plan_type: The value to assign to the plan_type property of this SqlTuningTaskPlanStats. :type plan_type: str :param plan_stats: The value to assign to the plan_stats property of this SqlTuningTaskPlanStats. :type plan_stats: dict(str, float) :param plan_status: The value to assign to the plan_status property of this SqlTuningTaskPlanStats. Allowed values for this property are: "COMPLETE", "PARTIAL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type plan_status: str �strzdict(str, float))� plan_type� plan_stats�plan_statusZplanTypeZ planStatsZ planStatusN)Z swagger_typesZ attribute_map� _plan_type�_plan_stats�_plan_status)�self�kwargs� r �]/usr/lib/python3.9/site-packages/oci/database_management/models/sql_tuning_task_plan_stats.py�__init__ s ��zSqlTuningTaskPlanStats.__init__c C s | j S )z� **[Required]** Gets the plan_type of this SqlTuningTaskPlanStats. The type of the original or modified plan with profile, index, and so on. :return: The plan_type of this SqlTuningTaskPlanStats. :rtype: str �r �r r r r r >