📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
database_migration
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database_migration/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: oracle_initial_load_settings.cpython-39.opt-1.pyc
a ���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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd � Zd!S )"�OracleInitialLoadSettingsz@ Optional settings for Data Pump Export and Import jobs �FULL�SCHEMA�TABLE� TABLESPACE� TRANSPORTABLEc K sP ddddddd�| _ ddd d ddd�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new OracleInitialLoadSettings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param data_pump_parameters: The value to assign to the data_pump_parameters property of this OracleInitialLoadSettings. :type data_pump_parameters: oci.database_migration.models.DataPumpParameters :param tablespace_details: The value to assign to the tablespace_details property of this OracleInitialLoadSettings. :type tablespace_details: oci.database_migration.models.TargetTypeTablespaceDetails :param export_directory_object: The value to assign to the export_directory_object property of this OracleInitialLoadSettings. :type export_directory_object: oci.database_migration.models.DirectoryObject :param import_directory_object: The value to assign to the import_directory_object property of this OracleInitialLoadSettings. :type import_directory_object: oci.database_migration.models.DirectoryObject :param job_mode: The value to assign to the job_mode property of this OracleInitialLoadSettings. Allowed values for this property are: "FULL", "SCHEMA", "TABLE", "TABLESPACE", "TRANSPORTABLE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type job_mode: str :param metadata_remaps: The value to assign to the metadata_remaps property of this OracleInitialLoadSettings. :type metadata_remaps: list[oci.database_migration.models.MetadataRemap] ZDataPumpParametersZTargetTypeTablespaceDetailsZDirectoryObject�strzlist[MetadataRemap])�data_pump_parameters�tablespace_details�export_directory_object�import_directory_object�job_mode�metadata_remapsZdataPumpParametersZtablespaceDetailsZexportDirectoryObjectZimportDirectoryObjectZjobModeZmetadataRemapsN)Z swagger_typesZ attribute_map�_data_pump_parameters�_tablespace_details�_export_directory_object�_import_directory_object� _job_mode�_metadata_remaps)�self�kwargs� r �^/usr/lib/python3.9/site-packages/oci/database_migration/models/oracle_initial_load_settings.py�__init__&