📂 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.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: summarize_exadata_insight_resource_usage_collection.cpython-39.pyc
a ���f�5 � @ 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 ZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zd$d%� Zd&d'� Zd(d)� Zd*S )+�.SummarizeExadataInsightResourceUsageCollectionzf Resource usage , allocation, utilization and usage ChangePercent for the current time period �CPU�STORAGE�IO�MEMORY�IOPS� THROUGHPUT�DATABASE�HOST�STORAGE_SERVER� DISKGROUP�CORES�GB�MBPS�PERCENTc K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a% Initializes a new SummarizeExadataInsightResourceUsageCollection 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 SummarizeExadataInsightResourceUsageCollection. :type time_interval_start: datetime :param time_interval_end: The value to assign to the time_interval_end property of this SummarizeExadataInsightResourceUsageCollection. :type time_interval_end: datetime :param exadata_resource_metric: The value to assign to the exadata_resource_metric property of this SummarizeExadataInsightResourceUsageCollection. Allowed values for this property are: "CPU", "STORAGE", "IO", "MEMORY", "IOPS", "THROUGHPUT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type exadata_resource_metric: str :param exadata_resource_type: The value to assign to the exadata_resource_type property of this SummarizeExadataInsightResourceUsageCollection. Allowed values for this property are: "DATABASE", "HOST", "STORAGE_SERVER", "DISKGROUP", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type exadata_resource_type: str :param usage_unit: The value to assign to the usage_unit property of this SummarizeExadataInsightResourceUsageCollection. 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 items: The value to assign to the items property of this SummarizeExadataInsightResourceUsageCollection. :type items: list[oci.opsi.models.ResourceUsageSummary] Zdatetime�strzlist[ResourceUsageSummary])�time_interval_start�time_interval_end�exadata_resource_metric�exadata_resource_type� usage_unit�itemsZtimeIntervalStartZtimeIntervalEndZexadataResourceMetricZexadataResourceTypeZ usageUnitr N)Z swagger_typesZ attribute_map�_time_interval_start�_time_interval_end�_exadata_resource_metric�_exadata_resource_type�_usage_unit�_items)�self�kwargs� r$ �g/usr/lib/python3.9/site-packages/oci/opsi/models/summarize_exadata_insight_resource_usage_collection.py�__init__N s( %� � z7SummarizeExadataInsightResourceUsageCollection.__init__c C s | j S )a/ **[Required]** Gets the time_interval_start of this SummarizeExadataInsightResourceUsageCollection. The start timestamp that was passed into the request. :return: The time_interval_start of this SummarizeExadataInsightResourceUsageCollection. :rtype: datetime �r �r"