o
    ëÉ¶dç  ã                   @   s8   d dl mZmZmZ d dlmZ eG dd„ deƒƒZdS )é    )Úformatted_flat_dictÚNONE_SENTINELÚ#value_allowed_none_or_none_sentinel)Úinit_model_state_from_kwargsc                   @   s²   e Zd ZdZdd„ Zedd„ ƒZejdd„ ƒZedd„ ƒZejd	d„ ƒZed
d„ ƒZ	e	jdd„ ƒZ	edd„ ƒZ
e
jdd„ ƒZ
edd„ ƒZejdd„ ƒZdd„ Zdd„ Zdd„ ZdS )ÚTableCollectionz 
    Results of ListTables.
    c                 K   sF   ddddddœ| _ ddddddœ| _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

        zlist[TableSummary]Úint)ÚitemsÚmax_auto_reclaimable_tablesÚauto_reclaimable_tablesÚon_demand_capacity_tablesÚmax_on_demand_capacity_tablesr   ZmaxAutoReclaimableTablesZautoReclaimableTablesZonDemandCapacityTablesZmaxOnDemandCapacityTablesN)Zswagger_typesZattribute_mapÚ_itemsÚ_max_auto_reclaimable_tablesÚ_auto_reclaimable_tablesÚ_on_demand_capacity_tablesÚ_max_on_demand_capacity_tables)ÚselfÚkwargs© r   úEusr/lib/python3.10/site-packages/oci/nosql/models/table_collection.pyÚ__init__   s"   û	û
zTableCollection.__init__c                 C   ó   | 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   B   ó   
zTableCollection.itemsc                 C   ó
   || _ dS )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   N   ó   

c                 C   r   )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	   Z   r   z+TableCollection.max_auto_reclaimable_tablesc                 C   r   )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	   f   r   c                 C   r   )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
   r   r   z'TableCollection.auto_reclaimable_tablesc                 C   r   )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
   ~   r   c                 C   r   )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   Š   r   z)TableCollection.on_demand_capacity_tablesc                 C   r   )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   –   r   c                 C   r   )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   ¢   r   z-TableCollection.max_on_demand_capacity_tablesc                 C   r   )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   ®   r   c                 C   s   t | ƒS ©N)r   r   r   r   r   Ú__repr__º   s   zTableCollection.__repr__c                 C   s   |d u rdS | j |j kS )NF)Ú__dict__©r   Úotherr   r   r   Ú__eq__½   s   zTableCollection.__eq__c                 C   s
   | |k S r!   r   r$   r   r   r   Ú__ne__Ã   s   
zTableCollection.__ne__N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Úpropertyr   Úsetterr	   r
   r   r   r"   r&   r'   r   r   r   r   r      s4    0









r   N)Zoci.utilr   r   r   Zoci.decoratorsr   Úobjectr   r   r   r   r   Ú<module>   s   