📂 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: sql_plan_baseline_configuration.cpython-39.pyc
a ���fZ; � @ 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 @ s4 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 � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�SqlPlanBaselineConfigurationa The configuration details of SQL plan baselines. The details include: - whether automatic initial plan capture is enabled or disabled - whether use of SQL plan baselines is enabled or disabled - whether Automatic SPM Evolve Advisor task is enabled or disabled - whether high-frequency Automatic SPM Evolve Advisor task is enabled or disabled - filters for the automatic initial plan capture - parameters for the Automatic SPM Evolve Advisor task - plan retention and allocated space for the plan baselines c K sx ddddddddddd� | _ ddd d ddd dddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a_ Initializes a new SqlPlanBaselineConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param is_automatic_initial_plan_capture_enabled: The value to assign to the is_automatic_initial_plan_capture_enabled property of this SqlPlanBaselineConfiguration. :type is_automatic_initial_plan_capture_enabled: bool :param is_sql_plan_baselines_usage_enabled: The value to assign to the is_sql_plan_baselines_usage_enabled property of this SqlPlanBaselineConfiguration. :type is_sql_plan_baselines_usage_enabled: bool :param is_auto_spm_evolve_task_enabled: The value to assign to the is_auto_spm_evolve_task_enabled property of this SqlPlanBaselineConfiguration. :type is_auto_spm_evolve_task_enabled: bool :param is_high_frequency_auto_spm_evolve_task_enabled: The value to assign to the is_high_frequency_auto_spm_evolve_task_enabled property of this SqlPlanBaselineConfiguration. :type is_high_frequency_auto_spm_evolve_task_enabled: bool :param plan_retention_weeks: The value to assign to the plan_retention_weeks property of this SqlPlanBaselineConfiguration. :type plan_retention_weeks: int :param space_budget_percent: The value to assign to the space_budget_percent property of this SqlPlanBaselineConfiguration. :type space_budget_percent: float :param space_budget_mb: The value to assign to the space_budget_mb property of this SqlPlanBaselineConfiguration. :type space_budget_mb: float :param space_used_mb: The value to assign to the space_used_mb property of this SqlPlanBaselineConfiguration. :type space_used_mb: float :param auto_capture_filters: The value to assign to the auto_capture_filters property of this SqlPlanBaselineConfiguration. :type auto_capture_filters: list[oci.database_management.models.AutomaticCaptureFilter] :param auto_spm_evolve_task_parameters: The value to assign to the auto_spm_evolve_task_parameters property of this SqlPlanBaselineConfiguration. :type auto_spm_evolve_task_parameters: oci.database_management.models.SpmEvolveTaskParameters �bool�int�floatzlist[AutomaticCaptureFilter]ZSpmEvolveTaskParameters) �)is_automatic_initial_plan_capture_enabled�#is_sql_plan_baselines_usage_enabled�is_auto_spm_evolve_task_enabled�.is_high_frequency_auto_spm_evolve_task_enabled�plan_retention_weeks�space_budget_percent�space_budget_mb� space_used_mb�auto_capture_filters�auto_spm_evolve_task_parametersZ$isAutomaticInitialPlanCaptureEnabledZisSqlPlanBaselinesUsageEnabledZisAutoSpmEvolveTaskEnabledZ'isHighFrequencyAutoSpmEvolveTaskEnabledZplanRetentionWeeksZspaceBudgetPercentZ spaceBudgetMBZspaceUsedMBZautoCaptureFiltersZautoSpmEvolveTaskParametersN)Z swagger_typesZ attribute_map�*_is_automatic_initial_plan_capture_enabled�$_is_sql_plan_baselines_usage_enabled� _is_auto_spm_evolve_task_enabled�/_is_high_frequency_auto_spm_evolve_task_enabled�_plan_retention_weeks�_space_budget_percent�_space_budget_mb�_space_used_mb�_auto_capture_filters� _auto_spm_evolve_task_parameters)�self�kwargs� r �b/usr/lib/python3.9/site-packages/oci/database_management/models/sql_plan_baseline_configuration.py�__init__ s@ /�� z%SqlPlanBaselineConfiguration.__init__c C s | j S )aa **[Required]** Gets the is_automatic_initial_plan_capture_enabled of this SqlPlanBaselineConfiguration. Indicates whether the automatic capture of SQL plan baselines is enabled (`true`) or not (`false`). :return: The is_automatic_initial_plan_capture_enabled of this SqlPlanBaselineConfiguration. :rtype: bool �r �r r r r! r m s zFSqlPlanBaselineConfiguration.is_automatic_initial_plan_capture_enabledc C s || _ dS )az Sets the is_automatic_initial_plan_capture_enabled of this SqlPlanBaselineConfiguration. Indicates whether the automatic capture of SQL plan baselines is enabled (`true`) or not (`false`). :param is_automatic_initial_plan_capture_enabled: The is_automatic_initial_plan_capture_enabled of this SqlPlanBaselineConfiguration. :type: bool Nr# )r r r r r! r y s c C s | j S )aC **[Required]** Gets the is_sql_plan_baselines_usage_enabled of this SqlPlanBaselineConfiguration. Indicates whether the database uses SQL plan baselines (`true`) or not (`false`). :return: The is_sql_plan_baselines_usage_enabled of this SqlPlanBaselineConfiguration. :rtype: bool �r r$ r r r! r � s z@SqlPlanBaselineConfiguration.is_sql_plan_baselines_usage_enabledc C s || _ dS )aV Sets the is_sql_plan_baselines_usage_enabled of this SqlPlanBaselineConfiguration. Indicates whether the database uses SQL plan baselines (`true`) or not (`false`). :param is_sql_plan_baselines_usage_enabled: The is_sql_plan_baselines_usage_enabled of this SqlPlanBaselineConfiguration. :type: bool Nr% )r r r r r! r � s c C s | j S )aG **[Required]** Gets the is_auto_spm_evolve_task_enabled of this SqlPlanBaselineConfiguration. Indicates whether the Automatic SPM Evolve Advisor task is enabled (`true`) or not (`false`). :return: The is_auto_spm_evolve_task_enabled of this SqlPlanBaselineConfiguration. :rtype: bool �r r$ r r r! r � s z<SqlPlanBaselineConfiguration.is_auto_spm_evolve_task_enabledc C s || _ dS )aV Sets the is_auto_spm_evolve_task_enabled of this SqlPlanBaselineConfiguration. Indicates whether the Automatic SPM Evolve Advisor task is enabled (`true`) or not (`false`). :param is_auto_spm_evolve_task_enabled: The is_auto_spm_evolve_task_enabled of this SqlPlanBaselineConfiguration. :type: bool Nr&