CreateDataPumpSettings

class oci.database_migration.models.CreateDataPumpSettings(**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 CreateDataPumpSettings.
JOB_MODE_SCHEMA A constant which can be used with the job_mode property of a CreateDataPumpSettings.
JOB_MODE_TABLE A constant which can be used with the job_mode property of a CreateDataPumpSettings.
JOB_MODE_TABLESPACE A constant which can be used with the job_mode property of a CreateDataPumpSettings.
JOB_MODE_TRANSPORTABLE A constant which can be used with the job_mode property of a CreateDataPumpSettings.
data_pump_parameters Gets the data_pump_parameters of this CreateDataPumpSettings.
export_directory_object Gets the export_directory_object of this CreateDataPumpSettings.
import_directory_object Gets the import_directory_object of this CreateDataPumpSettings.
job_mode Gets the job_mode of this CreateDataPumpSettings.
metadata_remaps Gets the metadata_remaps of this CreateDataPumpSettings.
tablespace_details Gets the tablespace_details of this CreateDataPumpSettings.

Methods

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

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

JOB_MODE_SCHEMA = 'SCHEMA'

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

JOB_MODE_TABLE = 'TABLE'

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

JOB_MODE_TABLESPACE = 'TABLESPACE'

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

JOB_MODE_TRANSPORTABLE = 'TRANSPORTABLE'

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

__init__(**kwargs)

Initializes a new CreateDataPumpSettings 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 CreateDataPumpSettings.

Returns:The data_pump_parameters of this CreateDataPumpSettings.
Return type:oci.database_migration.models.CreateDataPumpParameters
export_directory_object

Gets the export_directory_object of this CreateDataPumpSettings.

Returns:The export_directory_object of this CreateDataPumpSettings.
Return type:oci.database_migration.models.CreateDirectoryObject
import_directory_object

Gets the import_directory_object of this CreateDataPumpSettings.

Returns:The import_directory_object of this CreateDataPumpSettings.
Return type:oci.database_migration.models.CreateDirectoryObject
job_mode

Gets the job_mode of this CreateDataPumpSettings. Data Pump job mode. Refer to link text

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

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

Gets the metadata_remaps of this CreateDataPumpSettings. Defines remapping to be applied to objects as they are processed. Refer to DATA_REMAP

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

Gets the tablespace_details of this CreateDataPumpSettings.

Returns:The tablespace_details of this CreateDataPumpSettings.
Return type:oci.database_migration.models.CreateTargetTypeTablespaceDetails