📂 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
›
opsi
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/opsi/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: sql_plan_insight_aggregation.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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�SqlPlanInsightAggregationz4 SQL execution plan Performance statistics. c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a3 Initializes a new SqlPlanInsightAggregation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param plan_hash: The value to assign to the plan_hash property of this SqlPlanInsightAggregation. :type plan_hash: int :param io_time_in_sec: The value to assign to the io_time_in_sec property of this SqlPlanInsightAggregation. :type io_time_in_sec: float :param cpu_time_in_sec: The value to assign to the cpu_time_in_sec property of this SqlPlanInsightAggregation. :type cpu_time_in_sec: float :param inefficient_wait_time_in_sec: The value to assign to the inefficient_wait_time_in_sec property of this SqlPlanInsightAggregation. :type inefficient_wait_time_in_sec: float :param executions_count: The value to assign to the executions_count property of this SqlPlanInsightAggregation. :type executions_count: int �int�float)� plan_hash�io_time_in_sec�cpu_time_in_sec�inefficient_wait_time_in_sec�executions_countZplanHashZioTimeInSecZcpuTimeInSecZinefficientWaitTimeInSecZexecutionsCountN)Z swagger_typesZ attribute_map� _plan_hash�_io_time_in_sec�_cpu_time_in_sec�_inefficient_wait_time_in_sec�_executions_count)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/opsi/models/sql_plan_insight_aggregation.py�__init__ s"