📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/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:
47.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: exadata_insight_resource_forecast_trend_summary.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 ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Zd!d"� Zd#d$� Zd%d&� Zd'S )(�*ExadataInsightResourceForecastTrendSummaryzk List of resource id, name , capacity insight value, pattern, historical usage and projected data. �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 sZ dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d S )av Initializes a new ExadataInsightResourceForecastTrendSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this ExadataInsightResourceForecastTrendSummary. :type id: str :param name: The value to assign to the name property of this ExadataInsightResourceForecastTrendSummary. :type name: str :param days_to_reach_capacity: The value to assign to the days_to_reach_capacity property of this ExadataInsightResourceForecastTrendSummary. :type days_to_reach_capacity: int :param selected_forecast_algorithm: The value to assign to the selected_forecast_algorithm property of this ExadataInsightResourceForecastTrendSummary. :type selected_forecast_algorithm: str :param pattern: The value to assign to the pattern property of this ExadataInsightResourceForecastTrendSummary. 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 historical_data: The value to assign to the historical_data property of this ExadataInsightResourceForecastTrendSummary. :type historical_data: list[oci.opsi.models.HistoricalDataItem] :param projected_data: The value to assign to the projected_data property of this ExadataInsightResourceForecastTrendSummary. :type projected_data: list[oci.opsi.models.ProjectedDataItem] �str�intzlist[HistoricalDataItem]zlist[ProjectedDataItem])�id�name�days_to_reach_capacity�selected_forecast_algorithm�pattern�historical_data�projected_datar r ZdaysToReachCapacityZselectedForecastAlgorithmr ZhistoricalDataZ projectedDataN) Z swagger_typesZ attribute_map�_id�_name�_days_to_reach_capacity�_selected_forecast_algorithm�_pattern�_historical_data�_projected_data)�self�kwargs� r! �c/usr/lib/python3.9/site-packages/oci/opsi/models/exadata_insight_resource_forecast_trend_summary.py�__init__2 s. %�� z3ExadataInsightResourceForecastTrendSummary.__init__c C s | j S )aQ **[Required]** Gets the id of this ExadataInsightResourceForecastTrendSummary. The `OCID`__ of the database insight resource. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this ExadataInsightResourceForecastTrendSummary. :rtype: str �r �r r! r! r"