📂 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
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: db_system_storage_performance_summary.cpython-39.pyc
a ���fi � @ 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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS )�!DbSystemStoragePerformanceSummaryzG Representation of storage performance summary per shapeType . �AMD�INTEL� INTEL_FLEX_X9�AMPERE_FLEX_A1c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )al Initializes a new DbSystemStoragePerformanceSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param shape_type: The value to assign to the shape_type property of this DbSystemStoragePerformanceSummary. Allowed values for this property are: "AMD", "INTEL", "INTEL_FLEX_X9", "AMPERE_FLEX_A1", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type shape_type: str :param data_storage_performance_list: The value to assign to the data_storage_performance_list property of this DbSystemStoragePerformanceSummary. :type data_storage_performance_list: list[oci.database.models.StoragePerformanceDetails] :param reco_storage_performance_list: The value to assign to the reco_storage_performance_list property of this DbSystemStoragePerformanceSummary. :type reco_storage_performance_list: list[oci.database.models.StoragePerformanceDetails] �strzlist[StoragePerformanceDetails])� shape_type�data_storage_performance_list�reco_storage_performance_listZ shapeTypeZdataStoragePerformanceListZrecoStoragePerformanceListN)Z swagger_typesZ attribute_map�_shape_type�_data_storage_performance_list�_reco_storage_performance_list)�self�kwargs� r �]/usr/lib/python3.9/site-packages/oci/database/models/db_system_storage_performance_summary.py�__init__"