📂 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: exadata_insight_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� �Zdd� Z dd� Zdd� ZdS )� ExadataInsightResourceStatisticsz6 Contains resource statistics with usage unit c K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a Initializes a new ExadataInsightResourceStatistics 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 ExadataInsightResourceStatistics. :type usage: float :param capacity: The value to assign to the capacity property of this ExadataInsightResourceStatistics. :type capacity: float :param total_host_capacity: The value to assign to the total_host_capacity property of this ExadataInsightResourceStatistics. :type total_host_capacity: float :param utilization_percent: The value to assign to the utilization_percent property of this ExadataInsightResourceStatistics. :type utilization_percent: float :param usage_change_percent: The value to assign to the usage_change_percent property of this ExadataInsightResourceStatistics. :type usage_change_percent: float :param instance_metrics: The value to assign to the instance_metrics property of this ExadataInsightResourceStatistics. :type instance_metrics: list[oci.opsi.models.InstanceMetrics] �floatzlist[InstanceMetrics])�usage�capacity�total_host_capacity�utilization_percent�usage_change_percent�instance_metricsr r �totalHostCapacity�utilizationPercent�usageChangePercent�instanceMetricsN)� swagger_types� attribute_map�_usage� _capacity�_total_host_capacity�_utilization_percent�_usage_change_percent�_instance_metrics)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/exadata_insight_resource_statistics.py�__init__ s( � � z)ExadataInsightResourceStatistics.__init__c C s | j S )z� **[Required]** Gets the usage of this ExadataInsightResourceStatistics. Total amount used of the resource metric type (CPU, STORAGE). :return: The usage of this ExadataInsightResourceStatistics. :rtype: float �r �r r r r r G s z&ExadataInsightResourceStatistics.usagec C s || _ dS )z� Sets the usage of this ExadataInsightResourceStatistics. Total amount used of the resource metric type (CPU, STORAGE). :param usage: The usage of this ExadataInsightResourceStatistics. :type: float Nr )r r r r r r S s c C s | j S )a% **[Required]** Gets the capacity of this ExadataInsightResourceStatistics. The maximum allocated amount of the resource metric type (CPU, STORAGE) for a set of databases. :return: The capacity of this ExadataInsightResourceStatistics. :rtype: float �r r r r r r _ s z)ExadataInsightResourceStatistics.capacityc C s || _ dS )a Sets the capacity of this ExadataInsightResourceStatistics. The maximum allocated amount of the resource metric type (CPU, STORAGE) for a set of databases. :param capacity: The capacity of this ExadataInsightResourceStatistics. :type: float Nr! )r r r r r r k s c C s | j S )ad Gets the total_host_capacity of this ExadataInsightResourceStatistics. The maximum host CPUs (cores x threads/core) on the underlying infrastructure. This only applies to CPU and does not not apply for Autonomous Databases. :return: The total_host_capacity of this ExadataInsightResourceStatistics. :rtype: float �r r r r r r w s z4ExadataInsightResourceStatistics.total_host_capacityc C s || _ dS )av Sets the total_host_capacity of this ExadataInsightResourceStatistics. The maximum host CPUs (cores x threads/core) on the underlying infrastructure. This only applies to CPU and does not not apply for Autonomous Databases. :param total_host_capacity: The total_host_capacity of this ExadataInsightResourceStatistics. :type: float Nr"