📂 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_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database_management/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: tablespace_storage_size.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 @ sx e Zd ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z dd� Zdd� Zdd� ZdS )�TablespaceStorageSizez Storage size. �BYTES� KILOBYTES� MEGABYTES� GIGABYTES� TERABYTESc K s( ddd�| _ ddd�| _d| _d| _dS )aE Initializes a new TablespaceStorageSize object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param size: The value to assign to the size property of this TablespaceStorageSize. :type size: float :param unit: The value to assign to the unit property of this TablespaceStorageSize. Allowed values for this property are: "BYTES", "KILOBYTES", "MEGABYTES", "GIGABYTES", "TERABYTES" :type unit: str �float�str)�size�unitr r N)Z swagger_typesZ attribute_map�_size�_unit)�self�kwargs� r �Z/usr/lib/python3.9/site-packages/oci/database_management/models/tablespace_storage_size.py�__init__&