📂 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
›
nosql
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/nosql/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: table_collection.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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�TableCollectionz Results of ListTables. c K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a/ 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 :param available_replication_regions: The value to assign to the available_replication_regions property of this TableCollection. :type available_replication_regions: list[str] zlist[TableSummary]�intz list[str])�items�max_auto_reclaimable_tables�auto_reclaimable_tables�on_demand_capacity_tables�max_on_demand_capacity_tables�available_replication_regionsr ZmaxAutoReclaimableTablesZautoReclaimableTablesZonDemandCapacityTablesZmaxOnDemandCapacityTablesZavailableReplicationRegionsN)Z swagger_typesZ attribute_map�_items�_max_auto_reclaimable_tables�_auto_reclaimable_tables�_on_demand_capacity_tables�_max_on_demand_capacity_tables�_available_replication_regions)�self�kwargs� r �E/usr/lib/python3.9/site-packages/oci/nosql/models/table_collection.py�__init__ s( � � zTableCollection.__init__c C s | j S )z� Gets the items of this TableCollection. A page of TableSummary objects. :return: The items of this TableCollection. :rtype: list[oci.nosql.models.TableSummary] �r �r r r r r I s zTableCollection.itemsc C s || _ dS )z� Sets the items of this TableCollection. A page of TableSummary objects. :param items: The items of this TableCollection. :type: list[oci.nosql.models.TableSummary] Nr )r r r r r r U s c C s | j S )z� Gets the max_auto_reclaimable_tables of this TableCollection. The maximum number of reclaimable tables allowed in the tenancy. :return: The max_auto_reclaimable_tables of this TableCollection. :rtype: int �r r r r r r a s z+TableCollection.max_auto_reclaimable_tablesc C s || _ dS )a Sets the max_auto_reclaimable_tables of this TableCollection. The maximum number of reclaimable tables allowed in the tenancy. :param max_auto_reclaimable_tables: The max_auto_reclaimable_tables of this TableCollection. :type: int Nr )r r r r r r m s c C s | j S )z� Gets the auto_reclaimable_tables of this TableCollection. The current number of reclaimable tables in the tenancy. :return: The auto_reclaimable_tables of this TableCollection. :rtype: int �r r r r r r y s z'TableCollection.auto_reclaimable_tablesc C s || _ dS )z� Sets the auto_reclaimable_tables of this TableCollection. The current number of reclaimable tables in the tenancy. :param auto_reclaimable_tables: The auto_reclaimable_tables of this TableCollection. :type: int Nr )r r r r r r � s c C s | j S )z� Gets the on_demand_capacity_tables of this TableCollection. The current number of on demand capacity tables in the tenancy. :return: The on_demand_capacity_tables of this TableCollection. :rtype: int �r r r r r r � s z)TableCollection.on_demand_capacity_tablesc C s || _ dS )a Sets the on_demand_capacity_tables of this TableCollection. The current number of on demand capacity tables in the tenancy. :param on_demand_capacity_tables: The on_demand_capacity_tables of this TableCollection. :type: int Nr )r r r r r r � s c C s | j S )a Gets the max_on_demand_capacity_tables of this TableCollection. The maximum number of on demand capacity tables allowed in the tenancy. :return: The max_on_demand_capacity_tables of this TableCollection. :rtype: int �r r r r r r � s z-TableCollection.max_on_demand_capacity_tablesc C s || _ dS )a Sets the max_on_demand_capacity_tables of this TableCollection. The maximum number of on demand capacity tables allowed in the tenancy. :param max_on_demand_capacity_tables: The max_on_demand_capacity_tables of this TableCollection. :type: int Nr )r r r r r r � s c C s | j S )z� Gets the available_replication_regions of this TableCollection. An array of regions that are available for replication. :return: The available_replication_regions of this TableCollection. :rtype: list[str] �r r r r r r � s z-TableCollection.available_replication_regionsc C s || _ dS )a Sets the available_replication_regions of this TableCollection. An array of regions that are available for replication. :param available_replication_regions: The available_replication_regions of this TableCollection. :type: list[str] Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zTableCollection.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zTableCollection.__eq__c C s | |k S r r r# r r r �__ne__� s zTableCollection.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r! r% r&