📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
database_management
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/database_management/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: sql_tuning_advisor_task_summary_finding_counts.pyc
a N��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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�(SqlTuningAdvisorTaskSummaryFindingCountszJ The number of findings in the SQL Tuning Advisor summary report. c K sP ddddddd�| _ ddddddd�| _d | _d | _d | _d | _d | _d | _d S ) a Initializes a new SqlTuningAdvisorTaskSummaryFindingCounts object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param recommended_sql_profile: The value to assign to the recommended_sql_profile property of this SqlTuningAdvisorTaskSummaryFindingCounts. :type recommended_sql_profile: int :param implemented_sql_profile: The value to assign to the implemented_sql_profile property of this SqlTuningAdvisorTaskSummaryFindingCounts. :type implemented_sql_profile: int :param index: The value to assign to the index property of this SqlTuningAdvisorTaskSummaryFindingCounts. :type index: int :param restructure: The value to assign to the restructure property of this SqlTuningAdvisorTaskSummaryFindingCounts. :type restructure: int :param statistics: The value to assign to the statistics property of this SqlTuningAdvisorTaskSummaryFindingCounts. :type statistics: int :param alternate_plan: The value to assign to the alternate_plan property of this SqlTuningAdvisorTaskSummaryFindingCounts. :type alternate_plan: int �int)�recommended_sql_profile�implemented_sql_profile�index�restructure� statistics�alternate_plan�recommendedSqlProfile�implementedSqlProfiler r r � alternatePlanN)� swagger_types� attribute_map�_recommended_sql_profile�_implemented_sql_profile�_index�_restructure�_statistics�_alternate_plan)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_management/models/sql_tuning_advisor_task_summary_finding_counts.py�__init__ s( � � z1SqlTuningAdvisorTaskSummaryFindingCounts.__init__c C s | j S )a5 **[Required]** Gets the recommended_sql_profile of this SqlTuningAdvisorTaskSummaryFindingCounts. The number of distinct SQL statements with recommended SQL profiles. :return: The recommended_sql_profile of this SqlTuningAdvisorTaskSummaryFindingCounts. :rtype: int �r �r r r r r G s z@SqlTuningAdvisorTaskSummaryFindingCounts.recommended_sql_profilec C s || _ dS )a< Sets the recommended_sql_profile of this SqlTuningAdvisorTaskSummaryFindingCounts. The number of distinct SQL statements with recommended SQL profiles. :param recommended_sql_profile: The recommended_sql_profile of this SqlTuningAdvisorTaskSummaryFindingCounts. :type: int Nr )r r r r r r S s c C s | j S )a5 **[Required]** Gets the implemented_sql_profile of this SqlTuningAdvisorTaskSummaryFindingCounts. The number of distinct SQL statements with implemented SQL profiles. :return: The implemented_sql_profile of this SqlTuningAdvisorTaskSummaryFindingCounts. :rtype: int �r r r r r r _ s z@SqlTuningAdvisorTaskSummaryFindingCounts.implemented_sql_profilec C s || _ dS )a< Sets the implemented_sql_profile of this SqlTuningAdvisorTaskSummaryFindingCounts. The number of distinct SQL statements with implemented SQL profiles. :param implemented_sql_profile: The implemented_sql_profile of this SqlTuningAdvisorTaskSummaryFindingCounts. :type: int Nr )r r r r r r k s c C s | j S )a **[Required]** Gets the index of this SqlTuningAdvisorTaskSummaryFindingCounts. The number of distinct SQL statements with index recommendations. :return: The index of this SqlTuningAdvisorTaskSummaryFindingCounts. :rtype: int �r r r r r r w s z.SqlTuningAdvisorTaskSummaryFindingCounts.indexc C s || _ dS )a Sets the index of this SqlTuningAdvisorTaskSummaryFindingCounts. The number of distinct SQL statements with index recommendations. :param index: The index of this SqlTuningAdvisorTaskSummaryFindingCounts. :type: int Nr! )r r r r r r � s c C s | j S )a% **[Required]** Gets the restructure of this SqlTuningAdvisorTaskSummaryFindingCounts. The number of distinct SQL statements with restructured SQL recommendations. :return: The restructure of this SqlTuningAdvisorTaskSummaryFindingCounts. :rtype: int �r r r r r r � s z4SqlTuningAdvisorTaskSummaryFindingCounts.restructurec C s || _ dS )a Sets the restructure of this SqlTuningAdvisorTaskSummaryFindingCounts. The number of distinct SQL statements with restructured SQL recommendations. :param restructure: The restructure of this SqlTuningAdvisorTaskSummaryFindingCounts. :type: int Nr"