📂 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_host_insight_resource_utilization_insight_aggregation.pyc
a O��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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zdd� Zdd� Zdd� ZdS )�9SummarizeHostInsightResourceUtilizationInsightAggregationzR Insights response containing current/projected groups for CPU or memory. �CPU�MEMORY�LOGICAL_MEMORYc K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )a= Initializes a new SummarizeHostInsightResourceUtilizationInsightAggregation 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 SummarizeHostInsightResourceUtilizationInsightAggregation. :type time_interval_start: datetime :param time_interval_end: The value to assign to the time_interval_end property of this SummarizeHostInsightResourceUtilizationInsightAggregation. :type time_interval_end: datetime :param resource_metric: The value to assign to the resource_metric property of this SummarizeHostInsightResourceUtilizationInsightAggregation. Allowed values for this property are: "CPU", "MEMORY", "LOGICAL_MEMORY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type resource_metric: str :param projected_utilization: The value to assign to the projected_utilization property of this SummarizeHostInsightResourceUtilizationInsightAggregation. :type projected_utilization: oci.opsi.models.ResourceInsightProjectedUtilization :param current_utilization: The value to assign to the current_utilization property of this SummarizeHostInsightResourceUtilizationInsightAggregation. :type current_utilization: oci.opsi.models.ResourceInsightCurrentUtilization �datetime�str�#ResourceInsightProjectedUtilization�!ResourceInsightCurrentUtilization)�time_interval_start�time_interval_end�resource_metric�projected_utilization�current_utilization�timeIntervalStart�timeIntervalEnd�resourceMetric�projectedUtilization�currentUtilizationN)� swagger_types� attribute_map�_time_interval_start�_time_interval_end�_resource_metric�_projected_utilization�_current_utilization)�self�kwargs� r! ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/summarize_host_insight_resource_utilization_insight_aggregation.py�__init__ s"