ruạṛ
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 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 )"�UpdateDataPumpSettingsz@ 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 )aE Initializes a new UpdateDataPumpSettings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param job_mode: The value to assign to the job_mode property of this UpdateDataPumpSettings. Allowed values for this property are: "FULL", "SCHEMA", "TABLE", "TABLESPACE", "TRANSPORTABLE" :type job_mode: str :param data_pump_parameters: The value to assign to the data_pump_parameters property of this UpdateDataPumpSettings. :type data_pump_parameters: oci.database_migration.models.UpdateDataPumpParameters :param metadata_remaps: The value to assign to the metadata_remaps property of this UpdateDataPumpSettings. :type metadata_remaps: list[oci.database_migration.models.MetadataRemap] :param tablespace_details: The value to assign to the tablespace_details property of this UpdateDataPumpSettings. :type tablespace_details: oci.database_migration.models.UpdateTargetTypeTablespaceDetails :param export_directory_object: The value to assign to the export_directory_object property of this UpdateDataPumpSettings. :type export_directory_object: oci.database_migration.models.UpdateDirectoryObject :param import_directory_object: The value to assign to the import_directory_object property of this UpdateDataPumpSettings. :type import_directory_object: oci.database_migration.models.UpdateDirectoryObject �str�UpdateDataPumpParameterszlist[MetadataRemap]�!UpdateTargetTypeTablespaceDetails�UpdateDirectoryObject)�job_mode�data_pump_parameters�metadata_remaps�tablespace_details�export_directory_object�import_directory_object�jobMode�dataPumpParameters�metadataRemaps�tablespaceDetails�exportDirectoryObject�importDirectoryObjectN)� swagger_types� attribute_map� _job_mode�_data_pump_parameters�_metadata_remaps�_tablespace_details�_export_directory_object�_import_directory_object)�self�kwargs� r&