📂 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: database_time_aggregate_metrics.cpython-39.pyc
a ���fL � @ 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 )�DatabaseTimeAggregateMetricsz+ The database time metric details. c K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) a� Initializes a new DatabaseTimeAggregateMetrics object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param cpu_count: The value to assign to the cpu_count property of this DatabaseTimeAggregateMetrics. :type cpu_count: oci.database_management.models.MetricDataPoint :param cpu_time: The value to assign to the cpu_time property of this DatabaseTimeAggregateMetrics. :type cpu_time: oci.database_management.models.MetricDataPoint :param wait_time: The value to assign to the wait_time property of this DatabaseTimeAggregateMetrics. :type wait_time: oci.database_management.models.MetricDataPoint :param user_io_time: The value to assign to the user_io_time property of this DatabaseTimeAggregateMetrics. :type user_io_time: oci.database_management.models.MetricDataPoint :param cluster: The value to assign to the cluster property of this DatabaseTimeAggregateMetrics. :type cluster: oci.database_management.models.MetricDataPoint ZMetricDataPoint)� cpu_count�cpu_time� wait_time�user_io_time�clusterZcpuCountZcpuTimeZwaitTimeZ userIoTimer N)Z swagger_typesZ attribute_map� _cpu_count� _cpu_time� _wait_time� _user_io_time�_cluster)�self�kwargs� r �b/usr/lib/python3.9/site-packages/oci/database_management/models/database_time_aggregate_metrics.py�__init__ s"