📂 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_tuning_set_summary.cpython-39.opt-1.pyc
a ���f�3 � @ 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 @ sd e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd Zdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zd.d/� Zd0d1� Zd2d3� Zd4S )5�SqlTuningSetSummaryz6 The summary information of a SQL tuning set. �DISABLED�RETRY_SCHEDULED� SCHEDULED�BLOCKED�RUNNING� COMPLETED�BROKEN�FAILED�REMOTE�RESOURCE_UNAVAILABLE� SUCCEEDED� CHAIN_STALLEDc K sx ddddddddddd� | _ ddddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new SqlTuningSetSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this SqlTuningSetSummary. :type name: str :param owner: The value to assign to the owner property of this SqlTuningSetSummary. :type owner: str :param description: The value to assign to the description property of this SqlTuningSetSummary. :type description: str :param statement_counts: The value to assign to the statement_counts property of this SqlTuningSetSummary. :type statement_counts: int :param id: The value to assign to the id property of this SqlTuningSetSummary. :type id: int :param time_created: The value to assign to the time_created property of this SqlTuningSetSummary. :type time_created: datetime :param time_last_modified: The value to assign to the time_last_modified property of this SqlTuningSetSummary. :type time_last_modified: datetime :param status: The value to assign to the status property of this SqlTuningSetSummary. Allowed values for this property are: "DISABLED", "RETRY_SCHEDULED", "SCHEDULED", "BLOCKED", "RUNNING", "COMPLETED", "BROKEN", "FAILED", "REMOTE", "RESOURCE_UNAVAILABLE", "SUCCEEDED", "CHAIN_STALLED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param scheduled_job_name: The value to assign to the scheduled_job_name property of this SqlTuningSetSummary. :type scheduled_job_name: str :param error_message: The value to assign to the error_message property of this SqlTuningSetSummary. :type error_message: str �str�intZdatetime) �name�owner�description�statement_counts�id�time_created�time_last_modified�status�scheduled_job_name� error_messager r r ZstatementCountsr ZtimeCreatedZtimeLastModifiedr ZscheduledJobNameZerrorMessageN)Z swagger_typesZ attribute_map�_name�_owner�_description�_statement_counts�_id� _time_created�_time_last_modified�_status�_scheduled_job_name�_error_message)�self�kwargs� r+ �Y/usr/lib/python3.9/site-packages/oci/database_management/models/sql_tuning_set_summary.py�__init__B s@ 1�� zSqlTuningSetSummary.__init__c C s | j S )z� **[Required]** Gets the name of this SqlTuningSetSummary. The name of the SQL tuning set. :return: The name of this SqlTuningSetSummary. :rtype: str �r �r) r+ r+ r, r � s zSqlTuningSetSummary.namec C s || _ dS )z� Sets the name of this SqlTuningSetSummary. The name of the SQL tuning set. :param name: The name of this SqlTuningSetSummary. :type: str Nr. )r) r r+ r+ r, r � s c C s | j S )z� **[Required]** Gets the owner of this SqlTuningSetSummary. The owner of the SQL tuning set. :return: The owner of this SqlTuningSetSummary. :rtype: str �r r/ r+ r+ r, r � s zSqlTuningSetSummary.ownerc C s || _ dS )z� Sets the owner of this SqlTuningSetSummary. The owner of the SQL tuning set. :param owner: The owner of this SqlTuningSetSummary. :type: str Nr0 )r) r r+ r+ r, r � s c C s | j S )z� Gets the description of this SqlTuningSetSummary. The description of the SQL tuning set. :return: The description of this SqlTuningSetSummary. :rtype: str �r! r/ r+ r+ r, r � s zSqlTuningSetSummary.descriptionc C s || _ dS )z� Sets the description of this SqlTuningSetSummary. The description of the SQL tuning set. :param description: The description of this SqlTuningSetSummary. :type: str Nr1 )r) r r+ r+ r, r � s c C s | j S )z� Gets the statement_counts of this SqlTuningSetSummary. The number of SQL statements in the SQL tuning set. :return: The statement_counts of this SqlTuningSetSummary. :rtype: int �r"