📂 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
›
database_management
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/database_management/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: add_data_files_details.pyc
a N��fq2 � @ 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 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"� �Zd$d%� Zd&d'� Zd(d)� Zd*S )+�AddDataFilesDetailszQ The details required to add data files or temp files to the tablespace. �DATAFILE�TEMPFILEc K sx ddddddddddd� | _ dd d ddd ddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a1 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 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 � TablespaceAdminCredentialDetails�strz list[str]�int�TablespaceStorageSize�bool) �credential_details� 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�credentialDetails�fileType� dataFiles� fileCount�fileSize� isReusable�isAutoExtensible�autoExtendNextSize�autoExtendMaxSize�isMaxSizeUnlimitedN)� swagger_types� attribute_map�_credential_details� _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� r0 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_management/models/add_data_files_details.py�__init__ s@ 0�� zAddDataFilesDetails.__init__c C s | j S )z� **[Required]** Gets the credential_details of this AddDataFilesDetails. :return: The credential_details of this AddDataFilesDetails. :rtype: oci.database_management.models.TablespaceAdminCredentialDetails �r$ �r. r0 r0 r1 r l s z&AddDataFilesDetails.credential_detailsc C s || _ dS )z� Sets the credential_details of this AddDataFilesDetails. :param credential_details: The credential_details of this AddDataFilesDetails. :type: oci.database_management.models.TablespaceAdminCredentialDetails Nr3 )r. r r0 r0 r1 r v s c C s | j S )a( **[Required]** Gets the file_type of this AddDataFilesDetails. Specifies whether the file is a data file or temp file. Allowed values for this property are: "DATAFILE", "TEMPFILE" :return: The file_type of this AddDataFilesDetails. :rtype: str )r% r4 r0 r0 r1 r � s zAddDataFilesDetails.file_typec C s* ddg}t ||�s td�|���|| _dS )z� Sets the file_type of this AddDataFilesDetails. Specifies whether the file is a data file or temp file. :param file_type: The file_type of this AddDataFilesDetails. :type: str r r z9Invalid value for `file_type`, must be None or one of {0}N)r � ValueError�formatr% )r. r �allowed_valuesr0 r0 r1 r � s ��c C s | j S )z� Gets the data_files of this AddDataFilesDetails. The list of data files or temp files added to the tablespace. :return: The data_files of this AddDataFilesDetails. :rtype: list[str] �r&