📂 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
›
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: summarize_host_insight_host_recommendation_aggregation.cpython-39.pyc
a ���f0 � @ 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 dZd Zdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�1SummarizeHostInsightHostRecommendationAggregationzz Returns list of hosts with resource statistics like usage, capacity, utilization, usage change percent and load. �CPU�MEMORY�LOGICAL_MEMORY�STORAGE�NETWORK�GPU_UTILIZATION�GPU_MEMORY_USAGE�CORES�GB�MBPS�IOPS�PERCENTc K sP ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _dS ) aq Initializes a new SummarizeHostInsightHostRecommendationAggregation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param resource_metric: The value to assign to the resource_metric property of this SummarizeHostInsightHostRecommendationAggregation. Allowed values for this property are: "CPU", "MEMORY", "LOGICAL_MEMORY", "STORAGE", "NETWORK", "GPU_UTILIZATION", "GPU_MEMORY_USAGE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type resource_metric: str :param usage_unit: The value to assign to the usage_unit property of this SummarizeHostInsightHostRecommendationAggregation. 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 item_duration_in_ms: The value to assign to the item_duration_in_ms property of this SummarizeHostInsightHostRecommendationAggregation. :type item_duration_in_ms: int :param time_interval_start: The value to assign to the time_interval_start property of this SummarizeHostInsightHostRecommendationAggregation. :type time_interval_start: datetime :param time_interval_end: The value to assign to the time_interval_end property of this SummarizeHostInsightHostRecommendationAggregation. :type time_interval_end: datetime :param details: The value to assign to the details property of this SummarizeHostInsightHostRecommendationAggregation. :type details: oci.opsi.models.HostInsightHostRecommendations �str�intZdatetimeZHostInsightHostRecommendations)�resource_metric� usage_unit�item_duration_in_ms�time_interval_start�time_interval_end�detailsZresourceMetricZ usageUnitZitemDurationInMsZtimeIntervalStartZtimeIntervalEndr N)Z swagger_typesZ attribute_map�_resource_metric�_usage_unit�_item_duration_in_ms�_time_interval_start�_time_interval_end�_details)�self�kwargs� r# �j/usr/lib/python3.9/site-packages/oci/opsi/models/summarize_host_insight_host_recommendation_aggregation.py�__init__B s( #� � z:SummarizeHostInsightHostRecommendationAggregation.__init__c C s | j S )a@ **[Required]** Gets the resource_metric of this SummarizeHostInsightHostRecommendationAggregation. Defines the type of resource metric (CPU, Physical Memory, Logical Memory) Allowed values for this property are: "CPU", "MEMORY", "LOGICAL_MEMORY", "STORAGE", "NETWORK", "GPU_UTILIZATION", "GPU_MEMORY_USAGE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The resource_metric of this SummarizeHostInsightHostRecommendationAggregation. :rtype: str )r �r! r# r# r$ r } s zASummarizeHostInsightHostRecommendationAggregation.resource_metricc C s g d�}t ||�sd}|| _dS )a< Sets the resource_metric of this SummarizeHostInsightHostRecommendationAggregation. Defines the type of resource metric (CPU, Physical Memory, Logical Memory) :param resource_metric: The resource_metric of this SummarizeHostInsightHostRecommendationAggregation. :type: str )r r r r r r r �UNKNOWN_ENUM_VALUEN)r r )r! r �allowed_valuesr# r# r$ r � s c C s | j S )a� **[Required]** Gets the usage_unit of this SummarizeHostInsightHostRecommendationAggregation. Displays usage unit ( CORES, GB , PERCENT, MBPS) 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'. :return: The usage_unit of this SummarizeHostInsightHostRecommendationAggregation. :rtype: str )r r&