📂 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
›
database
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: storage_performance_details.cpython-39.opt-1.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 )�StoragePerformanceDetailszB Representation of storage performance detail parameters. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a< Initializes a new StoragePerformanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param size_in_gbs: The value to assign to the size_in_gbs property of this StoragePerformanceDetails. :type size_in_gbs: int :param balanced_disk_performance: The value to assign to the balanced_disk_performance property of this StoragePerformanceDetails. :type balanced_disk_performance: oci.database.models.DiskPerformanceDetails :param high_disk_performance: The value to assign to the high_disk_performance property of this StoragePerformanceDetails. :type high_disk_performance: oci.database.models.DiskPerformanceDetails �intZDiskPerformanceDetails)�size_in_gbs�balanced_disk_performance�high_disk_performanceZ sizeInGBsZbalancedDiskPerformanceZhighDiskPerformanceN)Z swagger_typesZ attribute_map�_size_in_gbs�_balanced_disk_performance�_high_disk_performance)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/database/models/storage_performance_details.py�__init__ s ��z"StoragePerformanceDetails.__init__c C s | j S )z� **[Required]** Gets the size_in_gbs of this StoragePerformanceDetails. Size in GBs. :return: The size_in_gbs of this StoragePerformanceDetails. :rtype: int �r �r r r r r 4 s z%StoragePerformanceDetails.size_in_gbsc C s || _ dS )z� Sets the size_in_gbs of this StoragePerformanceDetails. Size in GBs. :param size_in_gbs: The size_in_gbs of this StoragePerformanceDetails. :type: int Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the balanced_disk_performance of this StoragePerformanceDetails. :return: The balanced_disk_performance of this StoragePerformanceDetails. :rtype: oci.database.models.DiskPerformanceDetails �r r r r r r L s z3StoragePerformanceDetails.balanced_disk_performancec C s || _ dS )z� Sets the balanced_disk_performance of this StoragePerformanceDetails. :param balanced_disk_performance: The balanced_disk_performance of this StoragePerformanceDetails. :type: oci.database.models.DiskPerformanceDetails Nr )r r r r r r V s c C s | j S )z� **[Required]** Gets the high_disk_performance of this StoragePerformanceDetails. :return: The high_disk_performance of this StoragePerformanceDetails. :rtype: oci.database.models.DiskPerformanceDetails �r r r r r r ` s z/StoragePerformanceDetails.high_disk_performancec C s || _ dS )z� Sets the high_disk_performance of this StoragePerformanceDetails. :param high_disk_performance: The high_disk_performance of this StoragePerformanceDetails. :type: oci.database.models.DiskPerformanceDetails Nr )r r r r r r j s c C s t | �S �N)r r r r r �__repr__t s z"StoragePerformanceDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__w s z StoragePerformanceDetails.__eq__c C s | |k S r r r r r r �__ne__} s z StoragePerformanceDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"