MigrationJobProgressSummary

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

Bases: object

Summary of the progress of a Migration Job.

Attributes

CURRENT_PHASE_ODMS_CLEANUP A constant which can be used with the current_phase property of a MigrationJobProgressSummary.
CURRENT_PHASE_ODMS_DATA_UPLOAD A constant which can be used with the current_phase property of a MigrationJobProgressSummary.
CURRENT_PHASE_ODMS_INITIALIZE_GGS A constant which can be used with the current_phase property of a MigrationJobProgressSummary.
CURRENT_PHASE_ODMS_INITIAL_LOAD_EXPORT A constant which can be used with the current_phase property of a MigrationJobProgressSummary.
CURRENT_PHASE_ODMS_INITIAL_LOAD_IMPORT A constant which can be used with the current_phase property of a MigrationJobProgressSummary.
CURRENT_PHASE_ODMS_MONITOR_REPLICATION_LAG A constant which can be used with the current_phase property of a MigrationJobProgressSummary.
CURRENT_PHASE_ODMS_POST_INITIAL_LOAD A constant which can be used with the current_phase property of a MigrationJobProgressSummary.
CURRENT_PHASE_ODMS_PREPARE A constant which can be used with the current_phase property of a MigrationJobProgressSummary.
CURRENT_PHASE_ODMS_PREPARE_REPLICATION_TARGET A constant which can be used with the current_phase property of a MigrationJobProgressSummary.
CURRENT_PHASE_ODMS_SWITCHOVER A constant which can be used with the current_phase property of a MigrationJobProgressSummary.
CURRENT_PHASE_ODMS_VALIDATE A constant which can be used with the current_phase property of a MigrationJobProgressSummary.
CURRENT_PHASE_ODMS_VALIDATE_DATAPUMP_ESTIMATE_SRC A constant which can be used with the current_phase property of a MigrationJobProgressSummary.
CURRENT_PHASE_ODMS_VALIDATE_DATAPUMP_SETTINGS A constant which can be used with the current_phase property of a MigrationJobProgressSummary.
CURRENT_PHASE_ODMS_VALIDATE_DATAPUMP_SETTINGS_SRC A constant which can be used with the current_phase property of a MigrationJobProgressSummary.
CURRENT_PHASE_ODMS_VALIDATE_DATAPUMP_SETTINGS_TGT A constant which can be used with the current_phase property of a MigrationJobProgressSummary.
CURRENT_PHASE_ODMS_VALIDATE_DATAPUMP_SRC A constant which can be used with the current_phase property of a MigrationJobProgressSummary.
CURRENT_PHASE_ODMS_VALIDATE_GG_HUB A constant which can be used with the current_phase property of a MigrationJobProgressSummary.
CURRENT_PHASE_ODMS_VALIDATE_GG_SERVICE A constant which can be used with the current_phase property of a MigrationJobProgressSummary.
CURRENT_PHASE_ODMS_VALIDATE_PREMIGRATION_ADVISOR A constant which can be used with the current_phase property of a MigrationJobProgressSummary.
CURRENT_PHASE_ODMS_VALIDATE_SRC A constant which can be used with the current_phase property of a MigrationJobProgressSummary.
CURRENT_PHASE_ODMS_VALIDATE_TGT A constant which can be used with the current_phase property of a MigrationJobProgressSummary.
CURRENT_STATUS_COMPLETED A constant which can be used with the current_status property of a MigrationJobProgressSummary.
CURRENT_STATUS_FAILED A constant which can be used with the current_status property of a MigrationJobProgressSummary.
CURRENT_STATUS_PENDING A constant which can be used with the current_status property of a MigrationJobProgressSummary.
CURRENT_STATUS_STARTED A constant which can be used with the current_status property of a MigrationJobProgressSummary.
current_phase [Required] Gets the current_phase of this MigrationJobProgressSummary.
current_status [Required] Gets the current_status of this MigrationJobProgressSummary.
job_progress [Required] Gets the job_progress of this MigrationJobProgressSummary.

Methods

__init__(**kwargs) Initializes a new MigrationJobProgressSummary object with values from keyword arguments.
CURRENT_PHASE_ODMS_CLEANUP = 'ODMS_CLEANUP'

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

CURRENT_PHASE_ODMS_DATA_UPLOAD = 'ODMS_DATA_UPLOAD'

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

CURRENT_PHASE_ODMS_INITIALIZE_GGS = 'ODMS_INITIALIZE_GGS'

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

CURRENT_PHASE_ODMS_INITIAL_LOAD_EXPORT = 'ODMS_INITIAL_LOAD_EXPORT'

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

CURRENT_PHASE_ODMS_INITIAL_LOAD_IMPORT = 'ODMS_INITIAL_LOAD_IMPORT'

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

CURRENT_PHASE_ODMS_MONITOR_REPLICATION_LAG = 'ODMS_MONITOR_REPLICATION_LAG'

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

CURRENT_PHASE_ODMS_POST_INITIAL_LOAD = 'ODMS_POST_INITIAL_LOAD'

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

CURRENT_PHASE_ODMS_PREPARE = 'ODMS_PREPARE'

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

CURRENT_PHASE_ODMS_PREPARE_REPLICATION_TARGET = 'ODMS_PREPARE_REPLICATION_TARGET'

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

CURRENT_PHASE_ODMS_SWITCHOVER = 'ODMS_SWITCHOVER'

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

CURRENT_PHASE_ODMS_VALIDATE = 'ODMS_VALIDATE'

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

CURRENT_PHASE_ODMS_VALIDATE_DATAPUMP_ESTIMATE_SRC = 'ODMS_VALIDATE_DATAPUMP_ESTIMATE_SRC'

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

CURRENT_PHASE_ODMS_VALIDATE_DATAPUMP_SETTINGS = 'ODMS_VALIDATE_DATAPUMP_SETTINGS'

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

CURRENT_PHASE_ODMS_VALIDATE_DATAPUMP_SETTINGS_SRC = 'ODMS_VALIDATE_DATAPUMP_SETTINGS_SRC'

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

CURRENT_PHASE_ODMS_VALIDATE_DATAPUMP_SETTINGS_TGT = 'ODMS_VALIDATE_DATAPUMP_SETTINGS_TGT'

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

CURRENT_PHASE_ODMS_VALIDATE_DATAPUMP_SRC = 'ODMS_VALIDATE_DATAPUMP_SRC'

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

CURRENT_PHASE_ODMS_VALIDATE_GG_HUB = 'ODMS_VALIDATE_GG_HUB'

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

CURRENT_PHASE_ODMS_VALIDATE_GG_SERVICE = 'ODMS_VALIDATE_GG_SERVICE'

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

CURRENT_PHASE_ODMS_VALIDATE_PREMIGRATION_ADVISOR = 'ODMS_VALIDATE_PREMIGRATION_ADVISOR'

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

CURRENT_PHASE_ODMS_VALIDATE_SRC = 'ODMS_VALIDATE_SRC'

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

CURRENT_PHASE_ODMS_VALIDATE_TGT = 'ODMS_VALIDATE_TGT'

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

CURRENT_STATUS_COMPLETED = 'COMPLETED'

A constant which can be used with the current_status property of a MigrationJobProgressSummary. This constant has a value of “COMPLETED”

CURRENT_STATUS_FAILED = 'FAILED'

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

CURRENT_STATUS_PENDING = 'PENDING'

A constant which can be used with the current_status property of a MigrationJobProgressSummary. This constant has a value of “PENDING”

CURRENT_STATUS_STARTED = 'STARTED'

A constant which can be used with the current_status property of a MigrationJobProgressSummary. This constant has a value of “STARTED”

__init__(**kwargs)

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

Parameters:
  • current_phase (str) – The value to assign to the current_phase property of this MigrationJobProgressSummary. 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’.
  • current_status (str) – The value to assign to the current_status property of this MigrationJobProgressSummary. Allowed values for this property are: “PENDING”, “STARTED”, “COMPLETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • job_progress (int) – The value to assign to the job_progress property of this MigrationJobProgressSummary.
current_phase

[Required] Gets the current_phase of this MigrationJobProgressSummary. Current phase of the job.

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 current_phase of this MigrationJobProgressSummary.
Return type:str
current_status

[Required] Gets the current_status of this MigrationJobProgressSummary. Current status of the job.

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

Returns:The current_status of this MigrationJobProgressSummary.
Return type:str
job_progress

[Required] Gets the job_progress of this MigrationJobProgressSummary. Job progress percentage (0 - 100)

Returns:The job_progress of this MigrationJobProgressSummary.
Return type:int