📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: summarize_exadata_insight_resource_statistics_aggregation_collection.pyc
a O��fd7 � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZdd � Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zd#d$� Zd%d&� Zd'd(� Zd)S )*�>SummarizeExadataInsightResourceStatisticsAggregationCollectionzz Returns list of the resources with resource statistics like usage,capacity,utilization and usage change percent. �CORES�GB�MBPS�IOPS�PERCENT�CPU�STORAGE�IO�MEMORY� THROUGHPUTc K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new SummarizeExadataInsightResourceStatisticsAggregationCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param time_interval_start: The value to assign to the time_interval_start property of this SummarizeExadataInsightResourceStatisticsAggregationCollection. :type time_interval_start: datetime :param time_interval_end: The value to assign to the time_interval_end property of this SummarizeExadataInsightResourceStatisticsAggregationCollection. :type time_interval_end: datetime :param items: The value to assign to the items property of this SummarizeExadataInsightResourceStatisticsAggregationCollection. :type items: list[oci.opsi.models.ExadataInsightResourceStatisticsAggregation] :param usage_unit: The value to assign to the usage_unit property of this SummarizeExadataInsightResourceStatisticsAggregationCollection. Allowed values for this property are: "CORES", "GB", "MBPS", "IOPS", "PERCENT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type usage_unit: str :param exadata_resource_metric: The value to assign to the exadata_resource_metric property of this SummarizeExadataInsightResourceStatisticsAggregationCollection. Allowed values for this property are: "CPU", "STORAGE", "IO", "MEMORY", "IOPS", "THROUGHPUT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type exadata_resource_metric: str :param exadata_insight_id: The value to assign to the exadata_insight_id property of this SummarizeExadataInsightResourceStatisticsAggregationCollection. :type exadata_insight_id: str :param exadata_display_name: The value to assign to the exadata_display_name property of this SummarizeExadataInsightResourceStatisticsAggregationCollection. :type exadata_display_name: str �datetimez1list[ExadataInsightResourceStatisticsAggregation]�str)�time_interval_start�time_interval_end�items� usage_unit�exadata_resource_metric�exadata_insight_id�exadata_display_name�timeIntervalStart�timeIntervalEndr � usageUnit�exadataResourceMetric�exadataInsightId�exadataDisplayNameN) � swagger_types� attribute_map�_time_interval_start�_time_interval_end�_items�_usage_unit�_exadata_resource_metric�_exadata_insight_id�_exadata_display_name)�self�kwargs� r+ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/summarize_exadata_insight_resource_statistics_aggregation_collection.py�__init__<