📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: exadata_insight_resource_statistics.cpython-39.pyc
a ���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 ZtotalHostCapacityZutilizationPercentZusageChangePercentZinstanceMetricsN)Z swagger_typesZ attribute_map�_usage� _capacity�_total_host_capacity�_utilization_percent�_usage_change_percent�_instance_metrics)�self�kwargs� r �W/usr/lib/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 I 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 U 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 a 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 m 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 y 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 )r r r r r r � s c C s | j S )z� **[Required]** Gets the utilization_percent of this ExadataInsightResourceStatistics. Resource utilization in percentage :return: The utilization_percent of this ExadataInsightResourceStatistics. :rtype: float �r r r r r r � s z4ExadataInsightResourceStatistics.utilization_percentc C s || _ dS )a Sets the utilization_percent of this ExadataInsightResourceStatistics. Resource utilization in percentage :param utilization_percent: The utilization_percent of this ExadataInsightResourceStatistics. :type: float Nr )r r r r r r � s c C s | j S )a **[Required]** Gets the usage_change_percent of this ExadataInsightResourceStatistics. Change in resource utilization in percentage :return: The usage_change_percent of this ExadataInsightResourceStatistics. :rtype: float �r r r r r r � s z5ExadataInsightResourceStatistics.usage_change_percentc C s || _ dS )a Sets the usage_change_percent of this ExadataInsightResourceStatistics. Change in resource utilization in percentage :param usage_change_percent: The usage_change_percent of this ExadataInsightResourceStatistics. :type: float Nr )r r r r r r � s c C s | j S )z� Gets the instance_metrics of this ExadataInsightResourceStatistics. Array of instance metrics :return: The instance_metrics of this ExadataInsightResourceStatistics. :rtype: list[oci.opsi.models.InstanceMetrics] �r r r r r r � s z1ExadataInsightResourceStatistics.instance_metricsc C s || _ dS )a Sets the instance_metrics of this ExadataInsightResourceStatistics. Array of instance metrics :param instance_metrics: The instance_metrics of this ExadataInsightResourceStatistics. :type: list[oci.opsi.models.InstanceMetrics] Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z)ExadataInsightResourceStatistics.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z'ExadataInsightResourceStatistics.__eq__c C s | |k S r r r# r r r �__ne__� s z'ExadataInsightResourceStatistics.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r! r% r&