📂 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
›
opsi
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/opsi/models
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: sql_statistics_time_series_by_plan_aggregation_collection.pyc
a O��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� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�2SqlStatisticsTimeSeriesByPlanAggregationCollectionzK SQL performance statistics by plan over the selected time window. c K sd ddddddddd�| _ ddd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a Initializes a new SqlStatisticsTimeSeriesByPlanAggregationCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param sql_identifier: The value to assign to the sql_identifier property of this SqlStatisticsTimeSeriesByPlanAggregationCollection. :type sql_identifier: str :param id: The value to assign to the id property of this SqlStatisticsTimeSeriesByPlanAggregationCollection. :type id: str :param database_id: The value to assign to the database_id property of this SqlStatisticsTimeSeriesByPlanAggregationCollection. :type database_id: str :param time_interval_start: The value to assign to the time_interval_start property of this SqlStatisticsTimeSeriesByPlanAggregationCollection. :type time_interval_start: datetime :param time_interval_end: The value to assign to the time_interval_end property of this SqlStatisticsTimeSeriesByPlanAggregationCollection. :type time_interval_end: datetime :param item_duration_in_ms: The value to assign to the item_duration_in_ms property of this SqlStatisticsTimeSeriesByPlanAggregationCollection. :type item_duration_in_ms: int :param end_timestamps: The value to assign to the end_timestamps property of this SqlStatisticsTimeSeriesByPlanAggregationCollection. :type end_timestamps: list[datetime] :param items: The value to assign to the items property of this SqlStatisticsTimeSeriesByPlanAggregationCollection. :type items: list[oci.opsi.models.SqlStatisticsTimeSeriesByPlanAggregation] �str�datetime�intzlist[datetime]z.list[SqlStatisticsTimeSeriesByPlanAggregation])�sql_identifier�id�database_id�time_interval_start�time_interval_end�item_duration_in_ms�end_timestamps�items� sqlIdentifierr � databaseId�timeIntervalStart�timeIntervalEnd�itemDurationInMs� endTimestampsr N) � swagger_types� attribute_map�_sql_identifier�_id�_database_id�_time_interval_start�_time_interval_end�_item_duration_in_ms�_end_timestamps�_items)�self�kwargs� r$ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/sql_statistics_time_series_by_plan_aggregation_collection.py�__init__ s4 '��z;SqlStatisticsTimeSeriesByPlanAggregationCollection.__init__c C s | j S )a **[Required]** Gets the sql_identifier of this SqlStatisticsTimeSeriesByPlanAggregationCollection. Unique SQL_ID for a SQL Statement. :return: The sql_identifier of this SqlStatisticsTimeSeriesByPlanAggregationCollection. :rtype: str �r �r"