Migration

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

Bases: object

Migration resource

Attributes

LIFECYCLE_DETAILS_ABORTING A constant which can be used with the lifecycle_details property of a Migration.
LIFECYCLE_DETAILS_DONE A constant which can be used with the lifecycle_details property of a Migration.
LIFECYCLE_DETAILS_MIGRATING A constant which can be used with the lifecycle_details property of a Migration.
LIFECYCLE_DETAILS_READY A constant which can be used with the lifecycle_details property of a Migration.
LIFECYCLE_DETAILS_VALIDATED A constant which can be used with the lifecycle_details property of a Migration.
LIFECYCLE_DETAILS_VALIDATING A constant which can be used with the lifecycle_details property of a Migration.
LIFECYCLE_DETAILS_WAITING A constant which can be used with the lifecycle_details property of a Migration.
LIFECYCLE_STATE_ACCEPTED A constant which can be used with the lifecycle_state property of a Migration.
LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a Migration.
LIFECYCLE_STATE_CANCELED A constant which can be used with the lifecycle_state property of a Migration.
LIFECYCLE_STATE_CREATING A constant which can be used with the lifecycle_state property of a Migration.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a Migration.
LIFECYCLE_STATE_DELETING A constant which can be used with the lifecycle_state property of a Migration.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a Migration.
LIFECYCLE_STATE_INACTIVE A constant which can be used with the lifecycle_state property of a Migration.
LIFECYCLE_STATE_IN_PROGRESS A constant which can be used with the lifecycle_state property of a Migration.
LIFECYCLE_STATE_NEEDS_ATTENTION A constant which can be used with the lifecycle_state property of a Migration.
LIFECYCLE_STATE_SUCCEEDED A constant which can be used with the lifecycle_state property of a Migration.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a Migration.
LIFECYCLE_STATE_WAITING A constant which can be used with the lifecycle_state property of a Migration.
TYPE_OFFLINE A constant which can be used with the type property of a Migration.
TYPE_ONLINE A constant which can be used with the type property of a Migration.
WAIT_AFTER_ODMS_CLEANUP A constant which can be used with the wait_after property of a Migration.
WAIT_AFTER_ODMS_DATA_UPLOAD A constant which can be used with the wait_after property of a Migration.
WAIT_AFTER_ODMS_INITIALIZE_GGS A constant which can be used with the wait_after property of a Migration.
WAIT_AFTER_ODMS_INITIAL_LOAD_EXPORT A constant which can be used with the wait_after property of a Migration.
WAIT_AFTER_ODMS_INITIAL_LOAD_IMPORT A constant which can be used with the wait_after property of a Migration.
WAIT_AFTER_ODMS_MONITOR_REPLICATION_LAG A constant which can be used with the wait_after property of a Migration.
WAIT_AFTER_ODMS_POST_INITIAL_LOAD A constant which can be used with the wait_after property of a Migration.
WAIT_AFTER_ODMS_PREPARE A constant which can be used with the wait_after property of a Migration.
WAIT_AFTER_ODMS_PREPARE_REPLICATION_TARGET A constant which can be used with the wait_after property of a Migration.
WAIT_AFTER_ODMS_SWITCHOVER A constant which can be used with the wait_after property of a Migration.
WAIT_AFTER_ODMS_VALIDATE A constant which can be used with the wait_after property of a Migration.
WAIT_AFTER_ODMS_VALIDATE_DATAPUMP_ESTIMATE_SRC A constant which can be used with the wait_after property of a Migration.
WAIT_AFTER_ODMS_VALIDATE_DATAPUMP_SETTINGS A constant which can be used with the wait_after property of a Migration.
WAIT_AFTER_ODMS_VALIDATE_DATAPUMP_SETTINGS_SRC A constant which can be used with the wait_after property of a Migration.
WAIT_AFTER_ODMS_VALIDATE_DATAPUMP_SETTINGS_TGT A constant which can be used with the wait_after property of a Migration.
WAIT_AFTER_ODMS_VALIDATE_DATAPUMP_SRC A constant which can be used with the wait_after property of a Migration.
WAIT_AFTER_ODMS_VALIDATE_GG_HUB A constant which can be used with the wait_after property of a Migration.
WAIT_AFTER_ODMS_VALIDATE_GG_SERVICE A constant which can be used with the wait_after property of a Migration.
WAIT_AFTER_ODMS_VALIDATE_PREMIGRATION_ADVISOR A constant which can be used with the wait_after property of a Migration.
WAIT_AFTER_ODMS_VALIDATE_SRC A constant which can be used with the wait_after property of a Migration.
WAIT_AFTER_ODMS_VALIDATE_TGT A constant which can be used with the wait_after property of a Migration.
advisor_settings Gets the advisor_settings of this Migration.
agent_id Gets the agent_id of this Migration.
compartment_id [Required] Gets the compartment_id of this Migration.
credentials_secret_id Gets the credentials_secret_id of this Migration.
data_transfer_medium_details Gets the data_transfer_medium_details of this Migration.
data_transfer_medium_details_v2 Gets the data_transfer_medium_details_v2 of this Migration.
datapump_settings Gets the datapump_settings of this Migration.
defined_tags Gets the defined_tags of this Migration.
display_name [Required] Gets the display_name of this Migration.
dump_transfer_details Gets the dump_transfer_details of this Migration.
exclude_objects Gets the exclude_objects of this Migration.
executing_job_id Gets the executing_job_id of this Migration.
freeform_tags Gets the freeform_tags of this Migration.
golden_gate_details Gets the golden_gate_details of this Migration.
golden_gate_service_details Gets the golden_gate_service_details of this Migration.
id [Required] Gets the id of this Migration.
include_objects Gets the include_objects of this Migration.
lifecycle_details Gets the lifecycle_details of this Migration.
lifecycle_state [Required] Gets the lifecycle_state of this Migration.
source_container_database_connection_id Gets the source_container_database_connection_id of this Migration.
source_database_connection_id [Required] Gets the source_database_connection_id of this Migration.
system_tags Gets the system_tags of this Migration.
target_database_connection_id [Required] Gets the target_database_connection_id of this Migration.
time_created [Required] Gets the time_created of this Migration.
time_last_migration Gets the time_last_migration of this Migration.
time_updated Gets the time_updated of this Migration.
type [Required] Gets the type of this Migration.
vault_details Gets the vault_details of this Migration.
wait_after Gets the wait_after of this Migration.

Methods

__init__(**kwargs) Initializes a new Migration object with values from keyword arguments.
LIFECYCLE_DETAILS_ABORTING = 'ABORTING'

A constant which can be used with the lifecycle_details property of a Migration. This constant has a value of “ABORTING”

LIFECYCLE_DETAILS_DONE = 'DONE'

A constant which can be used with the lifecycle_details property of a Migration. This constant has a value of “DONE”

LIFECYCLE_DETAILS_MIGRATING = 'MIGRATING'

A constant which can be used with the lifecycle_details property of a Migration. This constant has a value of “MIGRATING”

LIFECYCLE_DETAILS_READY = 'READY'

A constant which can be used with the lifecycle_details property of a Migration. This constant has a value of “READY”

LIFECYCLE_DETAILS_VALIDATED = 'VALIDATED'

A constant which can be used with the lifecycle_details property of a Migration. This constant has a value of “VALIDATED”

LIFECYCLE_DETAILS_VALIDATING = 'VALIDATING'

A constant which can be used with the lifecycle_details property of a Migration. This constant has a value of “VALIDATING”

LIFECYCLE_DETAILS_WAITING = 'WAITING'

A constant which can be used with the lifecycle_details property of a Migration. This constant has a value of “WAITING”

LIFECYCLE_STATE_ACCEPTED = 'ACCEPTED'

A constant which can be used with the lifecycle_state property of a Migration. This constant has a value of “ACCEPTED”

LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

A constant which can be used with the lifecycle_state property of a Migration. This constant has a value of “ACTIVE”

LIFECYCLE_STATE_CANCELED = 'CANCELED'

A constant which can be used with the lifecycle_state property of a Migration. This constant has a value of “CANCELED”

LIFECYCLE_STATE_CREATING = 'CREATING'

A constant which can be used with the lifecycle_state property of a Migration. This constant has a value of “CREATING”

LIFECYCLE_STATE_DELETED = 'DELETED'

A constant which can be used with the lifecycle_state property of a Migration. This constant has a value of “DELETED”

LIFECYCLE_STATE_DELETING = 'DELETING'

A constant which can be used with the lifecycle_state property of a Migration. This constant has a value of “DELETING”

LIFECYCLE_STATE_FAILED = 'FAILED'

A constant which can be used with the lifecycle_state property of a Migration. This constant has a value of “FAILED”

LIFECYCLE_STATE_INACTIVE = 'INACTIVE'

A constant which can be used with the lifecycle_state property of a Migration. This constant has a value of “INACTIVE”

LIFECYCLE_STATE_IN_PROGRESS = 'IN_PROGRESS'

A constant which can be used with the lifecycle_state property of a Migration. This constant has a value of “IN_PROGRESS”

LIFECYCLE_STATE_NEEDS_ATTENTION = 'NEEDS_ATTENTION'

A constant which can be used with the lifecycle_state property of a Migration. This constant has a value of “NEEDS_ATTENTION”

LIFECYCLE_STATE_SUCCEEDED = 'SUCCEEDED'

A constant which can be used with the lifecycle_state property of a Migration. This constant has a value of “SUCCEEDED”

LIFECYCLE_STATE_UPDATING = 'UPDATING'

A constant which can be used with the lifecycle_state property of a Migration. This constant has a value of “UPDATING”

LIFECYCLE_STATE_WAITING = 'WAITING'

A constant which can be used with the lifecycle_state property of a Migration. This constant has a value of “WAITING”

TYPE_OFFLINE = 'OFFLINE'

A constant which can be used with the type property of a Migration. This constant has a value of “OFFLINE”

TYPE_ONLINE = 'ONLINE'

A constant which can be used with the type property of a Migration. This constant has a value of “ONLINE”

WAIT_AFTER_ODMS_CLEANUP = 'ODMS_CLEANUP'

A constant which can be used with the wait_after property of a Migration. This constant has a value of “ODMS_CLEANUP”

WAIT_AFTER_ODMS_DATA_UPLOAD = 'ODMS_DATA_UPLOAD'

A constant which can be used with the wait_after property of a Migration. This constant has a value of “ODMS_DATA_UPLOAD”

WAIT_AFTER_ODMS_INITIALIZE_GGS = 'ODMS_INITIALIZE_GGS'

A constant which can be used with the wait_after property of a Migration. This constant has a value of “ODMS_INITIALIZE_GGS”

WAIT_AFTER_ODMS_INITIAL_LOAD_EXPORT = 'ODMS_INITIAL_LOAD_EXPORT'

A constant which can be used with the wait_after property of a Migration. This constant has a value of “ODMS_INITIAL_LOAD_EXPORT”

WAIT_AFTER_ODMS_INITIAL_LOAD_IMPORT = 'ODMS_INITIAL_LOAD_IMPORT'

A constant which can be used with the wait_after property of a Migration. This constant has a value of “ODMS_INITIAL_LOAD_IMPORT”

WAIT_AFTER_ODMS_MONITOR_REPLICATION_LAG = 'ODMS_MONITOR_REPLICATION_LAG'

A constant which can be used with the wait_after property of a Migration. This constant has a value of “ODMS_MONITOR_REPLICATION_LAG”

WAIT_AFTER_ODMS_POST_INITIAL_LOAD = 'ODMS_POST_INITIAL_LOAD'

A constant which can be used with the wait_after property of a Migration. This constant has a value of “ODMS_POST_INITIAL_LOAD”

WAIT_AFTER_ODMS_PREPARE = 'ODMS_PREPARE'

A constant which can be used with the wait_after property of a Migration. This constant has a value of “ODMS_PREPARE”

WAIT_AFTER_ODMS_PREPARE_REPLICATION_TARGET = 'ODMS_PREPARE_REPLICATION_TARGET'

A constant which can be used with the wait_after property of a Migration. This constant has a value of “ODMS_PREPARE_REPLICATION_TARGET”

WAIT_AFTER_ODMS_SWITCHOVER = 'ODMS_SWITCHOVER'

A constant which can be used with the wait_after property of a Migration. This constant has a value of “ODMS_SWITCHOVER”

WAIT_AFTER_ODMS_VALIDATE = 'ODMS_VALIDATE'

A constant which can be used with the wait_after property of a Migration. This constant has a value of “ODMS_VALIDATE”

WAIT_AFTER_ODMS_VALIDATE_DATAPUMP_ESTIMATE_SRC = 'ODMS_VALIDATE_DATAPUMP_ESTIMATE_SRC'

A constant which can be used with the wait_after property of a Migration. This constant has a value of “ODMS_VALIDATE_DATAPUMP_ESTIMATE_SRC”

WAIT_AFTER_ODMS_VALIDATE_DATAPUMP_SETTINGS = 'ODMS_VALIDATE_DATAPUMP_SETTINGS'

A constant which can be used with the wait_after property of a Migration. This constant has a value of “ODMS_VALIDATE_DATAPUMP_SETTINGS”

WAIT_AFTER_ODMS_VALIDATE_DATAPUMP_SETTINGS_SRC = 'ODMS_VALIDATE_DATAPUMP_SETTINGS_SRC'

A constant which can be used with the wait_after property of a Migration. This constant has a value of “ODMS_VALIDATE_DATAPUMP_SETTINGS_SRC”

WAIT_AFTER_ODMS_VALIDATE_DATAPUMP_SETTINGS_TGT = 'ODMS_VALIDATE_DATAPUMP_SETTINGS_TGT'

A constant which can be used with the wait_after property of a Migration. This constant has a value of “ODMS_VALIDATE_DATAPUMP_SETTINGS_TGT”

WAIT_AFTER_ODMS_VALIDATE_DATAPUMP_SRC = 'ODMS_VALIDATE_DATAPUMP_SRC'

A constant which can be used with the wait_after property of a Migration. This constant has a value of “ODMS_VALIDATE_DATAPUMP_SRC”

WAIT_AFTER_ODMS_VALIDATE_GG_HUB = 'ODMS_VALIDATE_GG_HUB'

A constant which can be used with the wait_after property of a Migration. This constant has a value of “ODMS_VALIDATE_GG_HUB”

WAIT_AFTER_ODMS_VALIDATE_GG_SERVICE = 'ODMS_VALIDATE_GG_SERVICE'

A constant which can be used with the wait_after property of a Migration. This constant has a value of “ODMS_VALIDATE_GG_SERVICE”

WAIT_AFTER_ODMS_VALIDATE_PREMIGRATION_ADVISOR = 'ODMS_VALIDATE_PREMIGRATION_ADVISOR'

A constant which can be used with the wait_after property of a Migration. This constant has a value of “ODMS_VALIDATE_PREMIGRATION_ADVISOR”

WAIT_AFTER_ODMS_VALIDATE_SRC = 'ODMS_VALIDATE_SRC'

A constant which can be used with the wait_after property of a Migration. This constant has a value of “ODMS_VALIDATE_SRC”

WAIT_AFTER_ODMS_VALIDATE_TGT = 'ODMS_VALIDATE_TGT'

A constant which can be used with the wait_after property of a Migration. This constant has a value of “ODMS_VALIDATE_TGT”

__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this Migration.
  • display_name (str) – The value to assign to the display_name property of this Migration.
  • compartment_id (str) – The value to assign to the compartment_id property of this Migration.
  • type (str) – The value to assign to the type property of this Migration. Allowed values for this property are: “ONLINE”, “OFFLINE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • wait_after (str) – The value to assign to the wait_after property of this Migration. Allowed values for this property are: “ODMS_VALIDATE_TGT”, “ODMS_VALIDATE_SRC”, “ODMS_VALIDATE_PREMIGRATION_ADVISOR”, “ODMS_VALIDATE_GG_HUB”, “ODMS_VALIDATE_GG_SERVICE”, “ODMS_VALIDATE_DATAPUMP_SETTINGS”, “ODMS_VALIDATE_DATAPUMP_SETTINGS_SRC”, “ODMS_VALIDATE_DATAPUMP_SETTINGS_TGT”, “ODMS_VALIDATE_DATAPUMP_SRC”, “ODMS_VALIDATE_DATAPUMP_ESTIMATE_SRC”, “ODMS_INITIALIZE_GGS”, “ODMS_VALIDATE”, “ODMS_PREPARE”, “ODMS_INITIAL_LOAD_EXPORT”, “ODMS_DATA_UPLOAD”, “ODMS_INITIAL_LOAD_IMPORT”, “ODMS_POST_INITIAL_LOAD”, “ODMS_PREPARE_REPLICATION_TARGET”, “ODMS_MONITOR_REPLICATION_LAG”, “ODMS_SWITCHOVER”, “ODMS_CLEANUP”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • agent_id (str) – The value to assign to the agent_id property of this Migration.
  • credentials_secret_id (str) – The value to assign to the credentials_secret_id property of this Migration.
  • source_database_connection_id (str) – The value to assign to the source_database_connection_id property of this Migration.
  • source_container_database_connection_id (str) – The value to assign to the source_container_database_connection_id property of this Migration.
  • target_database_connection_id (str) – The value to assign to the target_database_connection_id property of this Migration.
  • executing_job_id (str) – The value to assign to the executing_job_id property of this Migration.
  • data_transfer_medium_details_v2 (oci.database_migration.models.DataTransferMediumDetailsV2) – The value to assign to the data_transfer_medium_details_v2 property of this Migration.
  • data_transfer_medium_details (oci.database_migration.models.DataTransferMediumDetails) – The value to assign to the data_transfer_medium_details property of this Migration.
  • dump_transfer_details (oci.database_migration.models.DumpTransferDetails) – The value to assign to the dump_transfer_details property of this Migration.
  • datapump_settings (oci.database_migration.models.DataPumpSettings) – The value to assign to the datapump_settings property of this Migration.
  • advisor_settings (oci.database_migration.models.AdvisorSettings) – The value to assign to the advisor_settings property of this Migration.
  • exclude_objects (list[oci.database_migration.models.DatabaseObject]) – The value to assign to the exclude_objects property of this Migration.
  • include_objects (list[oci.database_migration.models.DatabaseObject]) – The value to assign to the include_objects property of this Migration.
  • golden_gate_service_details (oci.database_migration.models.GoldenGateServiceDetails) – The value to assign to the golden_gate_service_details property of this Migration.
  • golden_gate_details (oci.database_migration.models.GoldenGateDetails) – The value to assign to the golden_gate_details property of this Migration.
  • vault_details (oci.database_migration.models.VaultDetails) – The value to assign to the vault_details property of this Migration.
  • time_created (datetime) – The value to assign to the time_created property of this Migration.
  • time_updated (datetime) – The value to assign to the time_updated property of this Migration.
  • time_last_migration (datetime) – The value to assign to the time_last_migration property of this Migration.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this Migration. Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “IN_PROGRESS”, “ACCEPTED”, “SUCCEEDED”, “CANCELED”, “WAITING”, “NEEDS_ATTENTION”, “INACTIVE”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this Migration. Allowed values for this property are: “READY”, “ABORTING”, “VALIDATING”, “VALIDATED”, “WAITING”, “MIGRATING”, “DONE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this Migration.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this Migration.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this Migration.
advisor_settings

Gets the advisor_settings of this Migration.

Returns:The advisor_settings of this Migration.
Return type:oci.database_migration.models.AdvisorSettings
agent_id

Gets the agent_id of this Migration. The OCID of the registered on-premises ODMS Agent. Only valid for Offline Migrations.

Returns:The agent_id of this Migration.
Return type:str
compartment_id

[Required] Gets the compartment_id of this Migration. OCID of the compartment

Returns:The compartment_id of this Migration.
Return type:str
credentials_secret_id

Gets the credentials_secret_id of this Migration. OCID of the Secret in the OCI vault containing the Migration credentials. Used to store GoldenGate administrator user credentials.

Returns:The credentials_secret_id of this Migration.
Return type:str
data_transfer_medium_details

Gets the data_transfer_medium_details of this Migration.

Returns:The data_transfer_medium_details of this Migration.
Return type:oci.database_migration.models.DataTransferMediumDetails
data_transfer_medium_details_v2

Gets the data_transfer_medium_details_v2 of this Migration.

Returns:The data_transfer_medium_details_v2 of this Migration.
Return type:oci.database_migration.models.DataTransferMediumDetailsV2
datapump_settings

Gets the datapump_settings of this Migration.

Returns:The datapump_settings of this Migration.
Return type:oci.database_migration.models.DataPumpSettings
defined_tags

Gets the defined_tags of this Migration. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this Migration.
Return type:dict(str, dict(str, object))
display_name

[Required] Gets the display_name of this Migration. Migration Display Name

Returns:The display_name of this Migration.
Return type:str
dump_transfer_details

Gets the dump_transfer_details of this Migration.

Returns:The dump_transfer_details of this Migration.
Return type:oci.database_migration.models.DumpTransferDetails
exclude_objects

Gets the exclude_objects of this Migration. Database objects to exclude from migration. If ‘includeObjects’ are specified, only exclude object types can be specified with general wildcards (.*) for owner and objectName.

Returns:The exclude_objects of this Migration.
Return type:list[oci.database_migration.models.DatabaseObject]
executing_job_id

Gets the executing_job_id of this Migration. OCID of the current ODMS Job in execution for the Migration, if any.

Returns:The executing_job_id of this Migration.
Return type:str
freeform_tags

Gets the freeform_tags of this Migration. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this Migration.
Return type:dict(str, str)
golden_gate_details

Gets the golden_gate_details of this Migration.

Returns:The golden_gate_details of this Migration.
Return type:oci.database_migration.models.GoldenGateDetails
golden_gate_service_details

Gets the golden_gate_service_details of this Migration.

Returns:The golden_gate_service_details of this Migration.
Return type:oci.database_migration.models.GoldenGateServiceDetails
id

[Required] Gets the id of this Migration. The OCID of the resource

Returns:The id of this Migration.
Return type:str
include_objects

Gets the include_objects of this Migration. Database objects to include from migration.

Returns:The include_objects of this Migration.
Return type:list[oci.database_migration.models.DatabaseObject]
lifecycle_details

Gets the lifecycle_details of this Migration. Additional status related to the execution and current state of the Migration.

Allowed values for this property are: “READY”, “ABORTING”, “VALIDATING”, “VALIDATED”, “WAITING”, “MIGRATING”, “DONE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_details of this Migration.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this Migration. The current state of the Migration resource.

Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “IN_PROGRESS”, “ACCEPTED”, “SUCCEEDED”, “CANCELED”, “WAITING”, “NEEDS_ATTENTION”, “INACTIVE”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this Migration.
Return type:str
source_container_database_connection_id

Gets the source_container_database_connection_id of this Migration. The OCID of the Source Container Database Connection.

Returns:The source_container_database_connection_id of this Migration.
Return type:str
source_database_connection_id

[Required] Gets the source_database_connection_id of this Migration. The OCID of the Source Database Connection.

Returns:The source_database_connection_id of this Migration.
Return type:str
system_tags

Gets the system_tags of this Migration. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

Returns:The system_tags of this Migration.
Return type:dict(str, dict(str, object))
target_database_connection_id

[Required] Gets the target_database_connection_id of this Migration. The OCID of the Target Database Connection.

Returns:The target_database_connection_id of this Migration.
Return type:str
time_created

[Required] Gets the time_created of this Migration. The time the Migration was created. An RFC3339 formatted datetime string.

Returns:The time_created of this Migration.
Return type:datetime
time_last_migration

Gets the time_last_migration of this Migration. The time of last Migration. An RFC3339 formatted datetime string.

Returns:The time_last_migration of this Migration.
Return type:datetime
time_updated

Gets the time_updated of this Migration. The time of the last Migration details update. An RFC3339 formatted datetime string.

Returns:The time_updated of this Migration.
Return type:datetime
type

[Required] Gets the type of this Migration. Migration type.

Allowed values for this property are: “ONLINE”, “OFFLINE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The type of this Migration.
Return type:str
vault_details

Gets the vault_details of this Migration.

Returns:The vault_details of this Migration.
Return type:oci.database_migration.models.VaultDetails
wait_after

Gets the wait_after of this Migration. Name of a migration phase. The Job will wait after executing this phase until the Resume Job endpoint is called.

Allowed values for this property are: “ODMS_VALIDATE_TGT”, “ODMS_VALIDATE_SRC”, “ODMS_VALIDATE_PREMIGRATION_ADVISOR”, “ODMS_VALIDATE_GG_HUB”, “ODMS_VALIDATE_GG_SERVICE”, “ODMS_VALIDATE_DATAPUMP_SETTINGS”, “ODMS_VALIDATE_DATAPUMP_SETTINGS_SRC”, “ODMS_VALIDATE_DATAPUMP_SETTINGS_TGT”, “ODMS_VALIDATE_DATAPUMP_SRC”, “ODMS_VALIDATE_DATAPUMP_ESTIMATE_SRC”, “ODMS_INITIALIZE_GGS”, “ODMS_VALIDATE”, “ODMS_PREPARE”, “ODMS_INITIAL_LOAD_EXPORT”, “ODMS_DATA_UPLOAD”, “ODMS_INITIAL_LOAD_IMPORT”, “ODMS_POST_INITIAL_LOAD”, “ODMS_PREPARE_REPLICATION_TARGET”, “ODMS_MONITOR_REPLICATION_LAG”, “ODMS_SWITCHOVER”, “ODMS_CLEANUP”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The wait_after of this Migration.
Return type:str