📂 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_forecast_trend_aggregation.pyc
a O��fQ � @ 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 @ sv e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd ZdZdZdZdZdZdZdZdZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Z e jd"d!� �Z ed#d$� �Z!e!jd%d$� �Z!ed&d'� �Z"e"jd(d'� �Z"ed)d*� �Z#e#jd+d*� �Z#ed,d-� �Z$e$jd.d-� �Z$ed/d0� �Z%e%jd1d0� �Z%ed2d3� �Z&e&jd4d3� �Z&d5d6� Z'd7d8� Z(d9d:� Z)d;S )<�7SummarizeExadataInsightResourceForecastTrendAggregationzC Usage and Forecast results from the selected time period. �CPU�STORAGE�IO�MEMORY�IOPS� THROUGHPUT�DATABASE�HOST�STORAGE_SERVER� DISKGROUP�CORES�GB�MBPS�PERCENT�LINEAR�MONTHLY_SEASONS�MONTHLY_AND_YEARLY_SEASONS�WEEKLY_SEASONS�WEEKLY_AND_MONTHLY_SEASONS�!WEEKLY_MONTHLY_AND_YEARLY_SEASONS�WEEKLY_AND_YEARLY_SEASONS�YEARLY_SEASONSc K sn dddddddddd� | _ ddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )aV Initializes a new SummarizeExadataInsightResourceForecastTrendAggregation 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 SummarizeExadataInsightResourceForecastTrendAggregation. :type time_interval_start: datetime :param time_interval_end: The value to assign to the time_interval_end property of this SummarizeExadataInsightResourceForecastTrendAggregation. :type time_interval_end: datetime :param exadata_resource_metric: The value to assign to the exadata_resource_metric property of this SummarizeExadataInsightResourceForecastTrendAggregation. 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_resource_type: The value to assign to the exadata_resource_type property of this SummarizeExadataInsightResourceForecastTrendAggregation. Allowed values for this property are: "DATABASE", "HOST", "STORAGE_SERVER", "DISKGROUP", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type exadata_resource_type: str :param usage_unit: The value to assign to the usage_unit property of this SummarizeExadataInsightResourceForecastTrendAggregation. 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 pattern: The value to assign to the pattern property of this SummarizeExadataInsightResourceForecastTrendAggregation. Allowed values for this property are: "LINEAR", "MONTHLY_SEASONS", "MONTHLY_AND_YEARLY_SEASONS", "WEEKLY_SEASONS", "WEEKLY_AND_MONTHLY_SEASONS", "WEEKLY_MONTHLY_AND_YEARLY_SEASONS", "WEEKLY_AND_YEARLY_SEASONS", "YEARLY_SEASONS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type pattern: str :param days_to_reach_capacity: The value to assign to the days_to_reach_capacity property of this SummarizeExadataInsightResourceForecastTrendAggregation. :type days_to_reach_capacity: int :param historical_data: The value to assign to the historical_data property of this SummarizeExadataInsightResourceForecastTrendAggregation. :type historical_data: list[oci.opsi.models.HistoricalDataItem] :param projected_data: The value to assign to the projected_data property of this SummarizeExadataInsightResourceForecastTrendAggregation. :type projected_data: list[oci.opsi.models.ProjectedDataItem] �datetime�str�intzlist[HistoricalDataItem]zlist[ProjectedDataItem]) �time_interval_start�time_interval_end�exadata_resource_metric�exadata_resource_type� usage_unit�pattern�days_to_reach_capacity�historical_data�projected_data�timeIntervalStart�timeIntervalEnd�exadataResourceMetric�exadataResourceType� usageUnitr% �daysToReachCapacity�historicalData� projectedDataN)� swagger_types� attribute_map�_time_interval_start�_time_interval_end�_exadata_resource_metric�_exadata_resource_type�_usage_unit�_pattern�_days_to_reach_capacity�_historical_data�_projected_data)�self�kwargs� r>