📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/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:
47.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: exadata_insight_resource_capacity_trend_aggregation.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 d d� Z dd� Zdd� ZdS )�.ExadataInsightResourceCapacityTrendAggregationz# Resource Capacity samples c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a Initializes a new ExadataInsightResourceCapacityTrendAggregation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param end_timestamp: The value to assign to the end_timestamp property of this ExadataInsightResourceCapacityTrendAggregation. :type end_timestamp: datetime :param capacity: The value to assign to the capacity property of this ExadataInsightResourceCapacityTrendAggregation. :type capacity: float :param total_host_capacity: The value to assign to the total_host_capacity property of this ExadataInsightResourceCapacityTrendAggregation. :type total_host_capacity: float Zdatetime�float)� end_timestamp�capacity�total_host_capacityZendTimestampr ZtotalHostCapacityN)Z swagger_typesZ attribute_map�_end_timestamp� _capacity�_total_host_capacity)�self�kwargs� r �g/usr/lib/python3.9/site-packages/oci/opsi/models/exadata_insight_resource_capacity_trend_aggregation.py�__init__ s ��z7ExadataInsightResourceCapacityTrendAggregation.__init__c C s | j S )a9 **[Required]** Gets the end_timestamp of this ExadataInsightResourceCapacityTrendAggregation. The timestamp in which the current sampling period ends in RFC 3339 format. :return: The end_timestamp of this ExadataInsightResourceCapacityTrendAggregation. :rtype: datetime �r �r r r r r 4 s z<ExadataInsightResourceCapacityTrendAggregation.end_timestampc C s || _ dS )a6 Sets the end_timestamp of this ExadataInsightResourceCapacityTrendAggregation. The timestamp in which the current sampling period ends in RFC 3339 format. :param end_timestamp: The end_timestamp of this ExadataInsightResourceCapacityTrendAggregation. :type: datetime Nr )r r r r r r @ s c C s | j S )aA **[Required]** Gets the capacity of this ExadataInsightResourceCapacityTrendAggregation. The maximum allocated amount of the resource metric type (CPU, STORAGE) for a set of databases. :return: The capacity of this ExadataInsightResourceCapacityTrendAggregation. :rtype: float �r r r r r r L s z7ExadataInsightResourceCapacityTrendAggregation.capacityc C s || _ dS )a9 Sets the capacity of this ExadataInsightResourceCapacityTrendAggregation. The maximum allocated amount of the resource metric type (CPU, STORAGE) for a set of databases. :param capacity: The capacity of this ExadataInsightResourceCapacityTrendAggregation. :type: float Nr )r r r r r r X s c C s | j S )a� Gets the total_host_capacity of this ExadataInsightResourceCapacityTrendAggregation. 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 ExadataInsightResourceCapacityTrendAggregation. :rtype: float �r r r r r r d s zBExadataInsightResourceCapacityTrendAggregation.total_host_capacityc C s || _ dS )a� Sets the total_host_capacity of this ExadataInsightResourceCapacityTrendAggregation. 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 ExadataInsightResourceCapacityTrendAggregation. :type: float Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s z7ExadataInsightResourceCapacityTrendAggregation.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z5ExadataInsightResourceCapacityTrendAggregation.__eq__c C s | |k S r r r r r r �__ne__� s z5ExadataInsightResourceCapacityTrendAggregation.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"