📂 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: update_tablespace_details.pyc
a N��f�3 � @ 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 @ sD e Zd ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze d d!� �Zejd"d!� �Ze d#d$� �Zejd%d$� �Zd&d'� Zd(d)� Zd*d+� Zd,S )-�UpdateTablespaceDetailsz6 The details required to update a tablespace. � PERMANENT� TEMPORARY� READ_ONLY� READ_WRITEc K sx ddddddddddd� | _ dddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )au Initializes a new UpdateTablespaceDetails 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 UpdateTablespaceDetails. :type credential_details: oci.database_management.models.TablespaceAdminCredentialDetails :param name: The value to assign to the name property of this UpdateTablespaceDetails. :type name: str :param type: The value to assign to the type property of this UpdateTablespaceDetails. Allowed values for this property are: "PERMANENT", "TEMPORARY" :type type: str :param file_size: The value to assign to the file_size property of this UpdateTablespaceDetails. :type file_size: oci.database_management.models.TablespaceStorageSize :param status: The value to assign to the status property of this UpdateTablespaceDetails. Allowed values for this property are: "READ_ONLY", "READ_WRITE" :type status: str :param is_auto_extensible: The value to assign to the is_auto_extensible property of this UpdateTablespaceDetails. :type is_auto_extensible: bool :param auto_extend_next_size: The value to assign to the auto_extend_next_size property of this UpdateTablespaceDetails. :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 UpdateTablespaceDetails. :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 UpdateTablespaceDetails. :type is_max_size_unlimited: bool :param is_default: The value to assign to the is_default property of this UpdateTablespaceDetails. :type is_default: bool � TablespaceAdminCredentialDetails�str�TablespaceStorageSize�bool) �credential_details�name�type� file_size�status�is_auto_extensible�auto_extend_next_size�auto_extend_max_size�is_max_size_unlimited� is_default�credentialDetailsr r �fileSizer �isAutoExtensible�autoExtendNextSize�autoExtendMaxSize�isMaxSizeUnlimited� isDefaultN)� swagger_types� attribute_map�_credential_details�_name�_type� _file_size�_status�_is_auto_extensible�_auto_extend_next_size�_auto_extend_max_size�_is_max_size_unlimited�_is_default)�self�kwargs� r. ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_management/models/update_tablespace_details.py�__init__ s@ 1�� z UpdateTablespaceDetails.__init__c C s | j S )z� **[Required]** Gets the credential_details of this UpdateTablespaceDetails. :return: The credential_details of this UpdateTablespaceDetails. :rtype: oci.database_management.models.TablespaceAdminCredentialDetails �r"