📂 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.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_table_details.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� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) �CreateTableDetailsz+ Specifications for the new table. c K sZ dddddddd�| _ ddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _dS )a6 Initializes a new CreateTableDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this CreateTableDetails. :type name: str :param compartment_id: The value to assign to the compartment_id property of this CreateTableDetails. :type compartment_id: str :param ddl_statement: The value to assign to the ddl_statement property of this CreateTableDetails. :type ddl_statement: str :param table_limits: The value to assign to the table_limits property of this CreateTableDetails. :type table_limits: oci.nosql.models.TableLimits :param is_auto_reclaimable: The value to assign to the is_auto_reclaimable property of this CreateTableDetails. :type is_auto_reclaimable: bool :param freeform_tags: The value to assign to the freeform_tags property of this CreateTableDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateTableDetails. :type defined_tags: dict(str, dict(str, object)) �strZTableLimits�boolzdict(str, str)zdict(str, dict(str, object)))�name�compartment_id� ddl_statement�table_limits�is_auto_reclaimable� freeform_tags�defined_tagsr Z compartmentIdZddlStatementZtableLimitsZisAutoReclaimableZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map�_name�_compartment_id�_ddl_statement� _table_limits�_is_auto_reclaimable�_freeform_tags� _defined_tags)�self�kwargs� r �I/usr/lib/python3.9/site-packages/oci/nosql/models/create_table_details.py�__init__ s. #�� zCreateTableDetails.__init__c C s | j S )z� **[Required]** Gets the name of this CreateTableDetails. Table name. :return: The name of this CreateTableDetails. :rtype: str �r �r r r r r P s zCreateTableDetails.namec C s || _ dS )z� Sets the name of this CreateTableDetails. Table name. :param name: The name of this CreateTableDetails. :type: str Nr )r r r r r r \ s c C s | j S )z� **[Required]** Gets the compartment_id of this CreateTableDetails. Compartment Identifier. :return: The compartment_id of this CreateTableDetails. :rtype: str �r r r r r r h s z!CreateTableDetails.compartment_idc C s || _ dS )z� Sets the compartment_id of this CreateTableDetails. Compartment Identifier. :param compartment_id: The compartment_id of this CreateTableDetails. :type: str Nr )r r r r r r t s c C s | j S )z� **[Required]** Gets the ddl_statement of this CreateTableDetails. Complete CREATE TABLE DDL statement. :return: The ddl_statement of this CreateTableDetails. :rtype: str �r r r r r r � s z CreateTableDetails.ddl_statementc C s || _ dS )z� Sets the ddl_statement of this CreateTableDetails. Complete CREATE TABLE DDL statement. :param ddl_statement: The ddl_statement of this CreateTableDetails. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the table_limits of this CreateTableDetails. :return: The table_limits of this CreateTableDetails. :rtype: oci.nosql.models.TableLimits �r r r r r r � s zCreateTableDetails.table_limitsc C s || _ dS )z� Sets the table_limits of this CreateTableDetails. :param table_limits: The table_limits of this CreateTableDetails. :type: oci.nosql.models.TableLimits Nr )r r r r r r � s c C s | j S )z� Gets the is_auto_reclaimable of this CreateTableDetails. True if table can be reclaimed after an idle period. :return: The is_auto_reclaimable of this CreateTableDetails. :rtype: bool �r r r r r r � s z&CreateTableDetails.is_auto_reclaimablec C s || _ dS )z� Sets the is_auto_reclaimable of this CreateTableDetails. True if table can be reclaimed after an idle period. :param is_auto_reclaimable: The is_auto_reclaimable of this CreateTableDetails. :type: bool Nr! )r r r r r r � s c C s | j S )aS Gets the freeform_tags of this CreateTableDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :return: The freeform_tags of this CreateTableDetails. :rtype: dict(str, str) �r r r r r r � s z CreateTableDetails.freeform_tagsc C s || _ dS )a_ Sets the freeform_tags of this CreateTableDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :param freeform_tags: The freeform_tags of this CreateTableDetails. :type: dict(str, str) Nr"