📂 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: resize_data_file_details.pyc
a N��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 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� �Zdd� Zd d!� Zd"d#� Zd$S )%�ResizeDataFileDetailszX The details required to resize a data file or temp file within the tablespace. �DATAFILE�TEMPFILEc K sd ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a Initializes a new ResizeDataFileDetails 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 ResizeDataFileDetails. :type credential_details: oci.database_management.models.TablespaceAdminCredentialDetails :param file_type: The value to assign to the file_type property of this ResizeDataFileDetails. Allowed values for this property are: "DATAFILE", "TEMPFILE" :type file_type: str :param data_file: The value to assign to the data_file property of this ResizeDataFileDetails. :type data_file: str :param file_size: The value to assign to the file_size property of this ResizeDataFileDetails. :type file_size: oci.database_management.models.TablespaceStorageSize :param is_auto_extensible: The value to assign to the is_auto_extensible property of this ResizeDataFileDetails. :type is_auto_extensible: bool :param auto_extend_next_size: The value to assign to the auto_extend_next_size property of this ResizeDataFileDetails. :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 ResizeDataFileDetails. :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 ResizeDataFileDetails. :type is_max_size_unlimited: bool � TablespaceAdminCredentialDetails�str�TablespaceStorageSize�bool)�credential_details� file_type� data_file� file_size�is_auto_extensible�auto_extend_next_size�auto_extend_max_size�is_max_size_unlimited�credentialDetails�fileType�dataFile�fileSize�isAutoExtensible�autoExtendNextSize�autoExtendMaxSize�isMaxSizeUnlimitedN) � swagger_types� attribute_map�_credential_details� _file_type� _data_file� _file_size�_is_auto_extensible�_auto_extend_next_size�_auto_extend_max_size�_is_max_size_unlimited)�self�kwargs� r) ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_management/models/resize_data_file_details.py�__init__ s4 (��zResizeDataFileDetails.__init__c C s | j S )z� **[Required]** Gets the credential_details of this ResizeDataFileDetails. :return: The credential_details of this ResizeDataFileDetails. :rtype: oci.database_management.models.TablespaceAdminCredentialDetails �r �r'