UpdateDataPumpSettings

class oci.database_migration.models.UpdateDataPumpSettings(**kwargs)

Bases: object

Optional settings for Data Pump Export and Import jobs

Attributes

JOB_MODE_FULL A constant which can be used with the job_mode property of a UpdateDataPumpSettings.
JOB_MODE_SCHEMA A constant which can be used with the job_mode property of a UpdateDataPumpSettings.
JOB_MODE_TABLE A constant which can be used with the job_mode property of a UpdateDataPumpSettings.
JOB_MODE_TABLESPACE A constant which can be used with the job_mode property of a UpdateDataPumpSettings.
JOB_MODE_TRANSPORTABLE A constant which can be used with the job_mode property of a UpdateDataPumpSettings.
data_pump_parameters Gets the data_pump_parameters of this UpdateDataPumpSettings.
export_directory_object Gets the export_directory_object of this UpdateDataPumpSettings.
import_directory_object Gets the import_directory_object of this UpdateDataPumpSettings.
job_mode Gets the job_mode of this UpdateDataPumpSettings.
metadata_remaps Gets the metadata_remaps of this UpdateDataPumpSettings.
tablespace_details Gets the tablespace_details of this UpdateDataPumpSettings.

Methods

__init__(**kwargs) Initializes a new UpdateDataPumpSettings object with values from keyword arguments.
JOB_MODE_FULL = 'FULL'

A constant which can be used with the job_mode property of a UpdateDataPumpSettings. This constant has a value of “FULL”

JOB_MODE_SCHEMA = 'SCHEMA'

A constant which can be used with the job_mode property of a UpdateDataPumpSettings. This constant has a value of “SCHEMA”

JOB_MODE_TABLE = 'TABLE'

A constant which can be used with the job_mode property of a UpdateDataPumpSettings. This constant has a value of “TABLE”

JOB_MODE_TABLESPACE = 'TABLESPACE'

A constant which can be used with the job_mode property of a UpdateDataPumpSettings. This constant has a value of “TABLESPACE”

JOB_MODE_TRANSPORTABLE = 'TRANSPORTABLE'

A constant which can be used with the job_mode property of a UpdateDataPumpSettings. This constant has a value of “TRANSPORTABLE”

__init__(**kwargs)

Initializes a new UpdateDataPumpSettings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
data_pump_parameters

Gets the data_pump_parameters of this UpdateDataPumpSettings.

Returns:The data_pump_parameters of this UpdateDataPumpSettings.
Return type:oci.database_migration.models.UpdateDataPumpParameters
export_directory_object

Gets the export_directory_object of this UpdateDataPumpSettings.

Returns:The export_directory_object of this UpdateDataPumpSettings.
Return type:oci.database_migration.models.UpdateDirectoryObject
import_directory_object

Gets the import_directory_object of this UpdateDataPumpSettings.

Returns:The import_directory_object of this UpdateDataPumpSettings.
Return type:oci.database_migration.models.UpdateDirectoryObject
job_mode

Gets the job_mode of this UpdateDataPumpSettings. Data Pump job mode. Refer to `Data Pump Export Modes `__

Allowed values for this property are: “FULL”, “SCHEMA”, “TABLE”, “TABLESPACE”, “TRANSPORTABLE”

Returns:The job_mode of this UpdateDataPumpSettings.
Return type:str
metadata_remaps

Gets the metadata_remaps of this UpdateDataPumpSettings. Defines remappings to be applied to objects as they are processed. Refer to `METADATA_REMAP Procedure `__ If specified, the list will be replaced entirely. Empty list will remove stored Metadata Remap details.

Returns:The metadata_remaps of this UpdateDataPumpSettings.
Return type:list[oci.database_migration.models.MetadataRemap]
tablespace_details

Gets the tablespace_details of this UpdateDataPumpSettings.

Returns:The tablespace_details of this UpdateDataPumpSettings.
Return type:oci.database_migration.models.UpdateTargetTypeTablespaceDetails