📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
database
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/database/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: storage_performance_details.pyc
a N��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 �int�DiskPerformanceDetails)�size_in_gbs�balanced_disk_performance�high_disk_performance� sizeInGBs�balancedDiskPerformance�highDiskPerformanceN)� swagger_types� attribute_map�_size_in_gbs�_balanced_disk_performance�_high_disk_performance)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 2 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 >