📂 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_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database_management/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: spm_evolve_task_parameters.cpython-39.opt-1.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 ZdZdZdZdZdZdZdZ dZ dd � Zed d� �Z e jdd� �Z ed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zdd� Zdd� Zdd� ZdS ) �SpmEvolveTaskParametersz; The set of parameters used in an SPM evolve task. �AUTO�AUTOMATIC_WORKLOAD_REPOSITORY�CURSOR_CACHE�SQL_TUNING_SET�EXISTING�NEWc K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a= Initializes a new SpmEvolveTaskParameters object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param alternate_plan_sources: The value to assign to the alternate_plan_sources property of this SpmEvolveTaskParameters. Allowed values for items in this list are: "AUTO", "AUTOMATIC_WORKLOAD_REPOSITORY", "CURSOR_CACHE", "SQL_TUNING_SET", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type alternate_plan_sources: list[str] :param alternate_plan_baselines: The value to assign to the alternate_plan_baselines property of this SpmEvolveTaskParameters. Allowed values for items in this list are: "AUTO", "EXISTING", "NEW", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type alternate_plan_baselines: list[str] :param alternate_plan_limit: The value to assign to the alternate_plan_limit property of this SpmEvolveTaskParameters. :type alternate_plan_limit: int :param are_plans_auto_accepted: The value to assign to the are_plans_auto_accepted property of this SpmEvolveTaskParameters. :type are_plans_auto_accepted: bool :param allowed_time_limit: The value to assign to the allowed_time_limit property of this SpmEvolveTaskParameters. :type allowed_time_limit: int z list[str]�int�bool)�alternate_plan_sources�alternate_plan_baselines�alternate_plan_limit�are_plans_auto_accepted�allowed_time_limitZalternatePlanSourcesZalternatePlanBaselinesZalternatePlanLimitZarePlansAutoAcceptedZallowedTimeLimitN)Z swagger_typesZ attribute_map�_alternate_plan_sources�_alternate_plan_baselines�_alternate_plan_limit�_are_plans_auto_accepted�_allowed_time_limit)�self�kwargs� r �]/usr/lib/python3.9/site-packages/oci/database_management/models/spm_evolve_task_parameters.py�__init__. s"