📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/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_resource_usage_aggregation.cpython-39.pyc
a ���ft3 � @ 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 � �Zed"d#� �Zejd$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�,SummarizeHostInsightResourceUsageAggregationz? Resource usage summation for the current time period. �CPU�MEMORY�LOGICAL_MEMORY�STORAGE�NETWORK�GPU_UTILIZATION�GPU_MEMORY_USAGE�CORES�GB�MBPS�IOPS�PERCENTc K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new SummarizeHostInsightResourceUsageAggregation 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 SummarizeHostInsightResourceUsageAggregation. :type time_interval_start: datetime :param time_interval_end: The value to assign to the time_interval_end property of this SummarizeHostInsightResourceUsageAggregation. :type time_interval_end: datetime :param resource_metric: The value to assign to the resource_metric property of this SummarizeHostInsightResourceUsageAggregation. 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 SummarizeHostInsightResourceUsageAggregation. 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 usage: The value to assign to the usage property of this SummarizeHostInsightResourceUsageAggregation. :type usage: float :param capacity: The value to assign to the capacity property of this SummarizeHostInsightResourceUsageAggregation. :type capacity: float :param usage_change_percent: The value to assign to the usage_change_percent property of this SummarizeHostInsightResourceUsageAggregation. :type usage_change_percent: float Zdatetime�str�float)�time_interval_start�time_interval_end�resource_metric� usage_unit�usage�capacity�usage_change_percentZtimeIntervalStartZtimeIntervalEndZresourceMetricZ usageUnitr r ZusageChangePercentN) Z swagger_typesZ attribute_map�_time_interval_start�_time_interval_end�_resource_metric�_usage_unit�_usage� _capacity�_usage_change_percent)�self�kwargs� r% �e/usr/lib/python3.9/site-packages/oci/opsi/models/summarize_host_insight_resource_usage_aggregation.py�__init__B s. '�� z5SummarizeHostInsightResourceUsageAggregation.__init__c C s | j S )a+ **[Required]** Gets the time_interval_start of this SummarizeHostInsightResourceUsageAggregation. The start timestamp that was passed into the request. :return: The time_interval_start of this SummarizeHostInsightResourceUsageAggregation. :rtype: datetime �r �r# r% r% r&