📂 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
›
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: metrics_aggregation_range_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 d d� Z dd� Zdd� ZdS )�!MetricsAggregationRangeCollectionz$ The collection of metrics. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new MetricsAggregationRangeCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param items: The value to assign to the items property of this MetricsAggregationRangeCollection. :type items: list[oci.database_management.models.MetricsAggregationRange] :param start_time: The value to assign to the start_time property of this MetricsAggregationRangeCollection. :type start_time: str :param end_time: The value to assign to the end_time property of this MetricsAggregationRangeCollection. :type end_time: str zlist[MetricsAggregationRange]�str)�items� start_time�end_timer Z startTimeZendTimeN)Z swagger_typesZ attribute_map�_items�_start_time� _end_time)�self�kwargs� r �g/usr/lib/python3.9/site-packages/oci/database_management/models/metrics_aggregation_range_collection.py�__init__ s ��z*MetricsAggregationRangeCollection.__init__c C s | j S )a **[Required]** Gets the items of this MetricsAggregationRangeCollection. The metric data. :return: The items of this MetricsAggregationRangeCollection. :rtype: list[oci.database_management.models.MetricsAggregationRange] �r �r r r r r 4 s z'MetricsAggregationRangeCollection.itemsc C s || _ dS )z� Sets the items of this MetricsAggregationRangeCollection. The metric data. :param items: The items of this MetricsAggregationRangeCollection. :type: list[oci.database_management.models.MetricsAggregationRange] Nr )r r r r r r @ s c C s | j S )aB Gets the start_time of this MetricsAggregationRangeCollection. The beginning of the metric data query time range. Expressed in UTC in ISO-8601 format, which is `yyyy-MM-dd'T'hh:mm:ss.sss'Z'`. :return: The start_time of this MetricsAggregationRangeCollection. :rtype: str �r r r r r r L s z,MetricsAggregationRangeCollection.start_timec C s || _ dS )aK Sets the start_time of this MetricsAggregationRangeCollection. The beginning of the metric data query time range. Expressed in UTC in ISO-8601 format, which is `yyyy-MM-dd'T'hh:mm:ss.sss'Z'`. :param start_time: The start_time of this MetricsAggregationRangeCollection. :type: str Nr )r r r r r r Y s c C s | j S )a8 Gets the end_time of this MetricsAggregationRangeCollection. The end of the metric data query time range. Expressed in UTC in ISO-8601 format, which is `yyyy-MM-dd'T'hh:mm:ss.sss'Z'`. :return: The end_time of this MetricsAggregationRangeCollection. :rtype: str �r r r r r r f s z*MetricsAggregationRangeCollection.end_timec C s || _ dS )a? Sets the end_time of this MetricsAggregationRangeCollection. The end of the metric data query time range. Expressed in UTC in ISO-8601 format, which is `yyyy-MM-dd'T'hh:mm:ss.sss'Z'`. :param end_time: The end_time of this MetricsAggregationRangeCollection. :type: str Nr )r r r r r r s s c C s t | �S �N)r r r r r �__repr__� s z*MetricsAggregationRangeCollection.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z(MetricsAggregationRangeCollection.__eq__c C s | |k S r r r r r r �__ne__� s z(MetricsAggregationRangeCollection.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"