📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
opsi
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/opsi/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: sql_statistics_time_series_aggregation_collection.cpython-39.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 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 )�,SqlStatisticsTimeSeriesAggregationCollectionzC SQL performance statistics over the selected time window. c K sP ddddddd�| _ ddd d ddd�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new SqlStatisticsTimeSeriesAggregationCollection 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 SqlStatisticsTimeSeriesAggregationCollection. :type sql_identifier: str :param time_interval_start: The value to assign to the time_interval_start property of this SqlStatisticsTimeSeriesAggregationCollection. :type time_interval_start: datetime :param time_interval_end: The value to assign to the time_interval_end property of this SqlStatisticsTimeSeriesAggregationCollection. :type time_interval_end: datetime :param item_duration_in_ms: The value to assign to the item_duration_in_ms property of this SqlStatisticsTimeSeriesAggregationCollection. :type item_duration_in_ms: int :param end_timestamps: The value to assign to the end_timestamps property of this SqlStatisticsTimeSeriesAggregationCollection. :type end_timestamps: list[datetime] :param items: The value to assign to the items property of this SqlStatisticsTimeSeriesAggregationCollection. :type items: list[oci.opsi.models.SqlStatisticsTimeSeriesAggregation] �strZdatetime�intzlist[datetime]z(list[SqlStatisticsTimeSeriesAggregation])�sql_identifier�time_interval_start�time_interval_end�item_duration_in_ms�end_timestamps�itemsZ sqlIdentifierZtimeIntervalStartZtimeIntervalEndZitemDurationInMsZ endTimestampsr N)Z swagger_typesZ attribute_map�_sql_identifier�_time_interval_start�_time_interval_end�_item_duration_in_ms�_end_timestamps�_items)�self�kwargs� r �e/usr/lib/python3.9/site-packages/oci/opsi/models/sql_statistics_time_series_aggregation_collection.py�__init__ s( � � z5SqlStatisticsTimeSeriesAggregationCollection.__init__c C s | j S )a **[Required]** Gets the sql_identifier of this SqlStatisticsTimeSeriesAggregationCollection. Unique SQL_ID for a SQL Statement. :return: The sql_identifier of this SqlStatisticsTimeSeriesAggregationCollection. :rtype: str �r �r r r r r I s z;SqlStatisticsTimeSeriesAggregationCollection.sql_identifierc C s || _ dS )a Sets the sql_identifier of this SqlStatisticsTimeSeriesAggregationCollection. Unique SQL_ID for a SQL Statement. :param sql_identifier: The sql_identifier of this SqlStatisticsTimeSeriesAggregationCollection. :type: str Nr )r r r r r r U s c C s | j S )a+ **[Required]** Gets the time_interval_start of this SqlStatisticsTimeSeriesAggregationCollection. The start timestamp that was passed into the request. :return: The time_interval_start of this SqlStatisticsTimeSeriesAggregationCollection. :rtype: datetime �r r r r r r a s z@SqlStatisticsTimeSeriesAggregationCollection.time_interval_startc C s || _ dS )a. Sets the time_interval_start of this SqlStatisticsTimeSeriesAggregationCollection. The start timestamp that was passed into the request. :param time_interval_start: The time_interval_start of this SqlStatisticsTimeSeriesAggregationCollection. :type: datetime Nr )r r r r r r m s c C s | j S )a% **[Required]** Gets the time_interval_end of this SqlStatisticsTimeSeriesAggregationCollection. The end timestamp that was passed into the request. :return: The time_interval_end of this SqlStatisticsTimeSeriesAggregationCollection. :rtype: datetime �r r r r r r y s z>SqlStatisticsTimeSeriesAggregationCollection.time_interval_endc C s || _ dS )a& Sets the time_interval_end of this SqlStatisticsTimeSeriesAggregationCollection. The end timestamp that was passed into the request. :param time_interval_end: The time_interval_end of this SqlStatisticsTimeSeriesAggregationCollection. :type: datetime Nr )r r r r r r � s c C s | j S )a9 **[Required]** Gets the item_duration_in_ms of this SqlStatisticsTimeSeriesAggregationCollection. Time duration in milliseconds between data points (one hour or one day). :return: The item_duration_in_ms of this SqlStatisticsTimeSeriesAggregationCollection. :rtype: int �r r r r r r � s z@SqlStatisticsTimeSeriesAggregationCollection.item_duration_in_msc C s || _ dS )a< Sets the item_duration_in_ms of this SqlStatisticsTimeSeriesAggregationCollection. Time duration in milliseconds between data points (one hour or one day). :param item_duration_in_ms: The item_duration_in_ms of this SqlStatisticsTimeSeriesAggregationCollection. :type: int Nr )r r r r r r � s c C s | j S )a1 Gets the end_timestamps of this SqlStatisticsTimeSeriesAggregationCollection. Array comprising of all the sampling period end timestamps in RFC 3339 format. :return: The end_timestamps of this SqlStatisticsTimeSeriesAggregationCollection. :rtype: list[datetime] �r r r r r r � s z;SqlStatisticsTimeSeriesAggregationCollection.end_timestampsc C s || _ dS )a> Sets the end_timestamps of this SqlStatisticsTimeSeriesAggregationCollection. Array comprising of all the sampling period end timestamps in RFC 3339 format. :param end_timestamps: The end_timestamps of this SqlStatisticsTimeSeriesAggregationCollection. :type: list[datetime] Nr )r r r r r r � s c C s | j S )a? **[Required]** Gets the items of this SqlStatisticsTimeSeriesAggregationCollection. Array of SQL performance statistics across databases. :return: The items of this SqlStatisticsTimeSeriesAggregationCollection. :rtype: list[oci.opsi.models.SqlStatisticsTimeSeriesAggregation] �r r r r r r � s z2SqlStatisticsTimeSeriesAggregationCollection.itemsc C s || _ dS )a4 Sets the items of this SqlStatisticsTimeSeriesAggregationCollection. Array of SQL performance statistics across databases. :param items: The items of this SqlStatisticsTimeSeriesAggregationCollection. :type: list[oci.opsi.models.SqlStatisticsTimeSeriesAggregation] Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z5SqlStatisticsTimeSeriesAggregationCollection.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z3SqlStatisticsTimeSeriesAggregationCollection.__eq__c C s | |k S r! r r$ r r r �__ne__� s z3SqlStatisticsTimeSeriesAggregationCollection.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r"