📂 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.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: exadata_insight_resource_insight_utilization_item.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 )�,ExadataInsightResourceInsightUtilizationItemzz Object containing current utilization, projected utilization, id and daysToReach high and low utilization value. c K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new ExadataInsightResourceInsightUtilizationItem object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param exadata_insight_id: The value to assign to the exadata_insight_id property of this ExadataInsightResourceInsightUtilizationItem. :type exadata_insight_id: str :param exadata_display_name: The value to assign to the exadata_display_name property of this ExadataInsightResourceInsightUtilizationItem. :type exadata_display_name: str :param current_utilization: The value to assign to the current_utilization property of this ExadataInsightResourceInsightUtilizationItem. :type current_utilization: float :param projected_utilization: The value to assign to the projected_utilization property of this ExadataInsightResourceInsightUtilizationItem. :type projected_utilization: float :param days_to_reach_high_utilization: The value to assign to the days_to_reach_high_utilization property of this ExadataInsightResourceInsightUtilizationItem. :type days_to_reach_high_utilization: int :param days_to_reach_low_utilization: The value to assign to the days_to_reach_low_utilization property of this ExadataInsightResourceInsightUtilizationItem. :type days_to_reach_low_utilization: int �str�float�int)�exadata_insight_id�exadata_display_name�current_utilization�projected_utilization�days_to_reach_high_utilization�days_to_reach_low_utilization�exadataInsightId�exadataDisplayName�currentUtilization�projectedUtilization�daysToReachHighUtilization�daysToReachLowUtilizationN)� swagger_types� attribute_map�_exadata_insight_id�_exadata_display_name�_current_utilization�_projected_utilization�_days_to_reach_high_utilization�_days_to_reach_low_utilization)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/exadata_insight_resource_insight_utilization_item.py�__init__ s( � � z5ExadataInsightResourceInsightUtilizationItem.__init__c C s | j S )ak **[Required]** Gets the exadata_insight_id of this ExadataInsightResourceInsightUtilizationItem. The `OCID`__ of the Exadata insight. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The exadata_insight_id of this ExadataInsightResourceInsightUtilizationItem. :rtype: str �r �r r r r! r G s z?ExadataInsightResourceInsightUtilizationItem.exadata_insight_idc C s || _ dS )am Sets the exadata_insight_id of this ExadataInsightResourceInsightUtilizationItem. The `OCID`__ of the Exadata insight. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param exadata_insight_id: The exadata_insight_id of this ExadataInsightResourceInsightUtilizationItem. :type: str Nr# )r r r r r! r U s c C s | j S )a7 Gets the exadata_display_name of this ExadataInsightResourceInsightUtilizationItem. The user-friendly name for the Exadata system. The name does not have to be unique. :return: The exadata_display_name of this ExadataInsightResourceInsightUtilizationItem. :rtype: str �r r$ r r r! r c s zAExadataInsightResourceInsightUtilizationItem.exadata_display_namec C s || _ dS )aJ Sets the exadata_display_name of this ExadataInsightResourceInsightUtilizationItem. The user-friendly name for the Exadata system. The name does not have to be unique. :param exadata_display_name: The exadata_display_name of this ExadataInsightResourceInsightUtilizationItem. :type: str Nr% )r r r r r! r o s c C s | j S )a **[Required]** Gets the current_utilization of this ExadataInsightResourceInsightUtilizationItem. Current utilization :return: The current_utilization of this ExadataInsightResourceInsightUtilizationItem. :rtype: float �r r$ r r r! r { s z@ExadataInsightResourceInsightUtilizationItem.current_utilizationc C s || _ dS )a Sets the current_utilization of this ExadataInsightResourceInsightUtilizationItem. Current utilization :param current_utilization: The current_utilization of this ExadataInsightResourceInsightUtilizationItem. :type: float Nr&