📂 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: add_data_files_details.cpython-39.pyc
a ���fo7 � @ 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 @ sV e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej d d� �Zed!d"� �Zej d#d"� �Zed$d%� �Zej d&d%� �Zd'd(� Zd)d*� Zd+d,� Zd-S ).�AddDataFilesDetailsz� The details required to add data files or temp files to the tablespace. lease provide either credentialDetails or databaseCredential. It's recommended to provide databaseCredential �DATAFILE�TEMPFILEc K s� dddddddddddd�| _ d d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a Initializes a new AddDataFilesDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param credential_details: The value to assign to the credential_details property of this AddDataFilesDetails. :type credential_details: oci.database_management.models.TablespaceAdminCredentialDetails :param database_credential: The value to assign to the database_credential property of this AddDataFilesDetails. :type database_credential: oci.database_management.models.DatabaseCredentialDetails :param file_type: The value to assign to the file_type property of this AddDataFilesDetails. Allowed values for this property are: "DATAFILE", "TEMPFILE" :type file_type: str :param data_files: The value to assign to the data_files property of this AddDataFilesDetails. :type data_files: list[str] :param file_count: The value to assign to the file_count property of this AddDataFilesDetails. :type file_count: int :param file_size: The value to assign to the file_size property of this AddDataFilesDetails. :type file_size: oci.database_management.models.TablespaceStorageSize :param is_reusable: The value to assign to the is_reusable property of this AddDataFilesDetails. :type is_reusable: bool :param is_auto_extensible: The value to assign to the is_auto_extensible property of this AddDataFilesDetails. :type is_auto_extensible: bool :param auto_extend_next_size: The value to assign to the auto_extend_next_size property of this AddDataFilesDetails. :type auto_extend_next_size: oci.database_management.models.TablespaceStorageSize :param auto_extend_max_size: The value to assign to the auto_extend_max_size property of this AddDataFilesDetails. :type auto_extend_max_size: oci.database_management.models.TablespaceStorageSize :param is_max_size_unlimited: The value to assign to the is_max_size_unlimited property of this AddDataFilesDetails. :type is_max_size_unlimited: bool Z TablespaceAdminCredentialDetailsZDatabaseCredentialDetails�strz list[str]�intZTablespaceStorageSize�bool)�credential_details�database_credential� file_type� data_files� file_count� file_size�is_reusable�is_auto_extensible�auto_extend_next_size�auto_extend_max_size�is_max_size_unlimitedZcredentialDetailsZdatabaseCredentialZfileTypeZ dataFilesZ fileCountZfileSizeZ isReusableZisAutoExtensibleZautoExtendNextSizeZautoExtendMaxSizeZisMaxSizeUnlimitedN) Z swagger_typesZ attribute_map�_credential_details�_database_credential� _file_type�_data_files�_file_count� _file_size�_is_reusable�_is_auto_extensible�_auto_extend_next_size�_auto_extend_max_size�_is_max_size_unlimited)�self�kwargs� r$ �Y/usr/lib/python3.9/site-packages/oci/database_management/models/add_data_files_details.py�__init__ sF 4��zAddDataFilesDetails.__init__c C s | j S )z� Gets the credential_details of this AddDataFilesDetails. :return: The credential_details of this AddDataFilesDetails. :rtype: oci.database_management.models.TablespaceAdminCredentialDetails �r �r"