📂 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: resource_statistics.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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�ResourceStatisticsz6 Contains resource statistics with usage unit c K sd ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d S )a Initializes a new ResourceStatistics object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param usage: The value to assign to the usage property of this ResourceStatistics. :type usage: float :param capacity: The value to assign to the capacity property of this ResourceStatistics. :type capacity: float :param base_capacity: The value to assign to the base_capacity property of this ResourceStatistics. :type base_capacity: float :param is_auto_scaling_enabled: The value to assign to the is_auto_scaling_enabled property of this ResourceStatistics. :type is_auto_scaling_enabled: bool :param utilization_percent: The value to assign to the utilization_percent property of this ResourceStatistics. :type utilization_percent: float :param usage_change_percent: The value to assign to the usage_change_percent property of this ResourceStatistics. :type usage_change_percent: float :param instance_metrics: The value to assign to the instance_metrics property of this ResourceStatistics. :type instance_metrics: list[oci.opsi.models.InstanceMetrics] :param total_host_capacity: The value to assign to the total_host_capacity property of this ResourceStatistics. :type total_host_capacity: float �float�boolzlist[InstanceMetrics])�usage�capacity� base_capacity�is_auto_scaling_enabled�utilization_percent�usage_change_percent�instance_metrics�total_host_capacityr r �baseCapacity�isAutoScalingEnabled�utilizationPercent�usageChangePercent�instanceMetrics�totalHostCapacityN) � swagger_types� attribute_map�_usage� _capacity�_base_capacity�_is_auto_scaling_enabled�_utilization_percent�_usage_change_percent�_instance_metrics�_total_host_capacity)�self�kwargs� r# ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/resource_statistics.py�__init__ s4 '��zResourceStatistics.__init__c C s | j S )z� **[Required]** Gets the usage of this ResourceStatistics. Total amount used of the resource metric type (CPU, STORAGE). :return: The usage of this ResourceStatistics. :rtype: float �r �r! r# r# r$ r U s zResourceStatistics.usagec C s || _ dS )z� Sets the usage of this ResourceStatistics. Total amount used of the resource metric type (CPU, STORAGE). :param usage: The usage of this ResourceStatistics. :type: float Nr&