📂 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
›
opsi
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/opsi/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: sql_bucket.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 @ sN e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),� SqlBucketz! Sql bucket type object. c K s� dddddddddddd�| _ dddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a$ Initializes a new SqlBucket object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param version: The value to assign to the version property of this SqlBucket. :type version: float :param database_type: The value to assign to the database_type property of this SqlBucket. :type database_type: str :param time_collected: The value to assign to the time_collected property of this SqlBucket. :type time_collected: datetime :param sql_identifier: The value to assign to the sql_identifier property of this SqlBucket. :type sql_identifier: str :param plan_hash: The value to assign to the plan_hash property of this SqlBucket. :type plan_hash: int :param bucket_id: The value to assign to the bucket_id property of this SqlBucket. :type bucket_id: str :param executions_count: The value to assign to the executions_count property of this SqlBucket. :type executions_count: int :param cpu_time_in_sec: The value to assign to the cpu_time_in_sec property of this SqlBucket. :type cpu_time_in_sec: float :param io_time_in_sec: The value to assign to the io_time_in_sec property of this SqlBucket. :type io_time_in_sec: float :param other_wait_time_in_sec: The value to assign to the other_wait_time_in_sec property of this SqlBucket. :type other_wait_time_in_sec: float :param total_time_in_sec: The value to assign to the total_time_in_sec property of this SqlBucket. :type total_time_in_sec: float �float�strZdatetime�int)�version� database_type�time_collected�sql_identifier� plan_hash� bucket_id�executions_count�cpu_time_in_sec�io_time_in_sec�other_wait_time_in_sec�total_time_in_secr ZdatabaseTypeZ timeCollectedZ sqlIdentifierZplanHashZbucketIdZexecutionsCountZcpuTimeInSecZioTimeInSecZotherWaitTimeInSecZtotalTimeInSecN) Z swagger_typesZ attribute_map�_version�_database_type�_time_collected�_sql_identifier� _plan_hash� _bucket_id�_executions_count�_cpu_time_in_sec�_io_time_in_sec�_other_wait_time_in_sec�_total_time_in_sec)�self�kwargs� r"