📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: exadata_iorm_config_update_details.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 @ sx e Zd ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z dd� Zdd� Zdd� ZdS )�ExadataIormConfigUpdateDetailszD IORM Setting details for this Exadata System to be updated �LOW_LATENCY�HIGH_THROUGHPUT�BALANCED�AUTO�BASICc K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new ExadataIormConfigUpdateDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param objective: The value to assign to the objective property of this ExadataIormConfigUpdateDetails. Allowed values for this property are: "LOW_LATENCY", "HIGH_THROUGHPUT", "BALANCED", "AUTO", "BASIC" :type objective: str :param db_plans: The value to assign to the db_plans property of this ExadataIormConfigUpdateDetails. :type db_plans: list[oci.database.models.DbIormConfigUpdateDetail] �strzlist[DbIormConfigUpdateDetail])� objective�db_plansr ZdbPlansN)Z swagger_typesZ attribute_map� _objective� _db_plans)�self�kwargs� r �Z/usr/lib/python3.9/site-packages/oci/database/models/exadata_iorm_config_update_details.py�__init__&