📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
database_migration
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/database_migration/models
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_non_adb_auto_create_tablespace_details.pyc
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�!CreateTargetTypeTablespaceDetails� )�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 d d� Z dd� Zdd� ZdS )�'CreateNonADBAutoCreateTablespaceDetailsz` Migration tablespace settings valid for NON-ADB target type using auto create feature. c K sB ddddd�| _ ddddd�| _d | _d | _d | _d | _d | _d S )a Initializes a new CreateNonADBAutoCreateTablespaceDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.database_migration.models.CreateNonADBAutoCreateTablespaceDetails.target_type` attribute of this class is ``NON_ADB_AUTOCREATE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param target_type: The value to assign to the target_type property of this CreateNonADBAutoCreateTablespaceDetails. Allowed values for this property are: "ADB_S_REMAP", "ADB_D_REMAP", "ADB_D_AUTOCREATE", "NON_ADB_REMAP", "NON_ADB_AUTOCREATE" :type target_type: str :param is_auto_create: The value to assign to the is_auto_create property of this CreateNonADBAutoCreateTablespaceDetails. :type is_auto_create: bool :param is_big_file: The value to assign to the is_big_file property of this CreateNonADBAutoCreateTablespaceDetails. :type is_big_file: bool :param extend_size_in_mbs: The value to assign to the extend_size_in_mbs property of this CreateNonADBAutoCreateTablespaceDetails. :type extend_size_in_mbs: int �str�bool�int)�target_type�is_auto_create�is_big_file�extend_size_in_mbs� targetType�isAutoCreate� isBigFile�extendSizeInMBsN�NON_ADB_AUTOCREATE)� swagger_types� attribute_map�_target_type�_is_auto_create�_is_big_file�_extend_size_in_mbs)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_migration/models/create_non_adb_auto_create_tablespace_details.py�__init__ s ��z0CreateNonADBAutoCreateTablespaceDetails.__init__c C s | j S )a Gets the is_auto_create of this CreateNonADBAutoCreateTablespaceDetails. True to auto-create tablespace in the target Database. :return: The is_auto_create of this CreateNonADBAutoCreateTablespaceDetails. :rtype: bool �r �r r r r r <