MigrationJobProgressResource¶
-
class
oci.database_migration.models.
MigrationJobProgressResource
(**kwargs)¶ Bases:
object
Progress details of a Migration Job.
Attributes
CURRENT_PHASE_ODMS_CLEANUP
A constant which can be used with the current_phase property of a MigrationJobProgressResource. CURRENT_PHASE_ODMS_DATA_UPLOAD
A constant which can be used with the current_phase property of a MigrationJobProgressResource. CURRENT_PHASE_ODMS_FETCH_METADATA_SRC
A constant which can be used with the current_phase property of a MigrationJobProgressResource. CURRENT_PHASE_ODMS_FETCH_METADATA_TGT
A constant which can be used with the current_phase property of a MigrationJobProgressResource. CURRENT_PHASE_ODMS_INITIALIZE_REPLICATION_INFRASTRUCTURE
A constant which can be used with the current_phase property of a MigrationJobProgressResource. CURRENT_PHASE_ODMS_INITIAL_LOAD_EXPORT
A constant which can be used with the current_phase property of a MigrationJobProgressResource. CURRENT_PHASE_ODMS_INITIAL_LOAD_EXPORT_DATA_UPLOAD
A constant which can be used with the current_phase property of a MigrationJobProgressResource. CURRENT_PHASE_ODMS_INITIAL_LOAD_IMPORT
A constant which can be used with the current_phase property of a MigrationJobProgressResource. CURRENT_PHASE_ODMS_MONITOR_REPLICATION_LAG
A constant which can be used with the current_phase property of a MigrationJobProgressResource. CURRENT_PHASE_ODMS_POST_INITIAL_LOAD
A constant which can be used with the current_phase property of a MigrationJobProgressResource. CURRENT_PHASE_ODMS_PREPARE
A constant which can be used with the current_phase property of a MigrationJobProgressResource. CURRENT_PHASE_ODMS_PREPARE_REPLICATION_TARGET
A constant which can be used with the current_phase property of a MigrationJobProgressResource. CURRENT_PHASE_ODMS_SWITCHOVER
A constant which can be used with the current_phase property of a MigrationJobProgressResource. CURRENT_PHASE_ODMS_VALIDATE
A constant which can be used with the current_phase property of a MigrationJobProgressResource. CURRENT_PHASE_ODMS_VALIDATE_DATAPUMP_ESTIMATE_SRC
A constant which can be used with the current_phase property of a MigrationJobProgressResource. CURRENT_PHASE_ODMS_VALIDATE_DATAPUMP_SETTINGS
A constant which can be used with the current_phase property of a MigrationJobProgressResource. CURRENT_PHASE_ODMS_VALIDATE_DATAPUMP_SETTINGS_SRC
A constant which can be used with the current_phase property of a MigrationJobProgressResource. CURRENT_PHASE_ODMS_VALIDATE_DATAPUMP_SETTINGS_TGT
A constant which can be used with the current_phase property of a MigrationJobProgressResource. CURRENT_PHASE_ODMS_VALIDATE_DATAPUMP_SRC
A constant which can be used with the current_phase property of a MigrationJobProgressResource. CURRENT_PHASE_ODMS_VALIDATE_GG_HUB
A constant which can be used with the current_phase property of a MigrationJobProgressResource. CURRENT_PHASE_ODMS_VALIDATE_PREMIGRATION_ADVISOR
A constant which can be used with the current_phase property of a MigrationJobProgressResource. CURRENT_PHASE_ODMS_VALIDATE_SRC
A constant which can be used with the current_phase property of a MigrationJobProgressResource. CURRENT_PHASE_ODMS_VALIDATE_TGT
A constant which can be used with the current_phase property of a MigrationJobProgressResource. CURRENT_STATUS_COMPLETED
A constant which can be used with the current_status property of a MigrationJobProgressResource. CURRENT_STATUS_FAILED
A constant which can be used with the current_status property of a MigrationJobProgressResource. CURRENT_STATUS_PENDING
A constant which can be used with the current_status property of a MigrationJobProgressResource. CURRENT_STATUS_STARTED
A constant which can be used with the current_status property of a MigrationJobProgressResource. current_phase
[Required] Gets the current_phase of this MigrationJobProgressResource. current_status
[Required] Gets the current_status of this MigrationJobProgressResource. phases
[Required] Gets the phases of this MigrationJobProgressResource. Methods
__init__
(**kwargs)Initializes a new MigrationJobProgressResource 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 MigrationJobProgressResource. 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 MigrationJobProgressResource. This constant has a value of “ODMS_DATA_UPLOAD”
-
CURRENT_PHASE_ODMS_FETCH_METADATA_SRC
= 'ODMS_FETCH_METADATA_SRC'¶ A constant which can be used with the current_phase property of a MigrationJobProgressResource. This constant has a value of “ODMS_FETCH_METADATA_SRC”
-
CURRENT_PHASE_ODMS_FETCH_METADATA_TGT
= 'ODMS_FETCH_METADATA_TGT'¶ A constant which can be used with the current_phase property of a MigrationJobProgressResource. This constant has a value of “ODMS_FETCH_METADATA_TGT”
-
CURRENT_PHASE_ODMS_INITIALIZE_REPLICATION_INFRASTRUCTURE
= 'ODMS_INITIALIZE_REPLICATION_INFRASTRUCTURE'¶ A constant which can be used with the current_phase property of a MigrationJobProgressResource. This constant has a value of “ODMS_INITIALIZE_REPLICATION_INFRASTRUCTURE”
-
CURRENT_PHASE_ODMS_INITIAL_LOAD_EXPORT
= 'ODMS_INITIAL_LOAD_EXPORT'¶ A constant which can be used with the current_phase property of a MigrationJobProgressResource. This constant has a value of “ODMS_INITIAL_LOAD_EXPORT”
-
CURRENT_PHASE_ODMS_INITIAL_LOAD_EXPORT_DATA_UPLOAD
= 'ODMS_INITIAL_LOAD_EXPORT_DATA_UPLOAD'¶ A constant which can be used with the current_phase property of a MigrationJobProgressResource. This constant has a value of “ODMS_INITIAL_LOAD_EXPORT_DATA_UPLOAD”
-
CURRENT_PHASE_ODMS_INITIAL_LOAD_IMPORT
= 'ODMS_INITIAL_LOAD_IMPORT'¶ A constant which can be used with the current_phase property of a MigrationJobProgressResource. 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 MigrationJobProgressResource. 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 MigrationJobProgressResource. 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 MigrationJobProgressResource. 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 MigrationJobProgressResource. 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 MigrationJobProgressResource. 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 MigrationJobProgressResource. 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 MigrationJobProgressResource. 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 MigrationJobProgressResource. 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 MigrationJobProgressResource. 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 MigrationJobProgressResource. 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 MigrationJobProgressResource. 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 MigrationJobProgressResource. This constant has a value of “ODMS_VALIDATE_GG_HUB”
-
CURRENT_PHASE_ODMS_VALIDATE_PREMIGRATION_ADVISOR
= 'ODMS_VALIDATE_PREMIGRATION_ADVISOR'¶ A constant which can be used with the current_phase property of a MigrationJobProgressResource. 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 MigrationJobProgressResource. 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 MigrationJobProgressResource. 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 MigrationJobProgressResource. This constant has a value of “COMPLETED”
-
CURRENT_STATUS_FAILED
= 'FAILED'¶ A constant which can be used with the current_status property of a MigrationJobProgressResource. This constant has a value of “FAILED”
-
CURRENT_STATUS_PENDING
= 'PENDING'¶ A constant which can be used with the current_status property of a MigrationJobProgressResource. This constant has a value of “PENDING”
-
CURRENT_STATUS_STARTED
= 'STARTED'¶ A constant which can be used with the current_status property of a MigrationJobProgressResource. This constant has a value of “STARTED”
-
__init__
(**kwargs)¶ Initializes a new MigrationJobProgressResource object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - current_status (str) – The value to assign to the current_status property of this MigrationJobProgressResource. 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’.
- current_phase (str) – The value to assign to the current_phase property of this MigrationJobProgressResource. Allowed values for this property are: “ODMS_VALIDATE_TGT”, “ODMS_VALIDATE_SRC”, “ODMS_VALIDATE_PREMIGRATION_ADVISOR”, “ODMS_VALIDATE_GG_HUB”, “ODMS_VALIDATE_DATAPUMP_SETTINGS”, “ODMS_VALIDATE_DATAPUMP_SETTINGS_SRC”, “ODMS_VALIDATE_DATAPUMP_SETTINGS_TGT”, “ODMS_VALIDATE_DATAPUMP_SRC”, “ODMS_VALIDATE_DATAPUMP_ESTIMATE_SRC”, “ODMS_FETCH_METADATA_SRC”, “ODMS_FETCH_METADATA_TGT”, “ODMS_VALIDATE”, “ODMS_PREPARE”, “ODMS_INITIALIZE_REPLICATION_INFRASTRUCTURE”, “ODMS_INITIAL_LOAD_EXPORT”, “ODMS_DATA_UPLOAD”, “ODMS_INITIAL_LOAD_EXPORT_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’.
- phases (list[oci.database_migration.models.PhaseStatus]) – The value to assign to the phases property of this MigrationJobProgressResource.
-
current_phase
¶ [Required] Gets the current_phase of this MigrationJobProgressResource. 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_DATAPUMP_SETTINGS”, “ODMS_VALIDATE_DATAPUMP_SETTINGS_SRC”, “ODMS_VALIDATE_DATAPUMP_SETTINGS_TGT”, “ODMS_VALIDATE_DATAPUMP_SRC”, “ODMS_VALIDATE_DATAPUMP_ESTIMATE_SRC”, “ODMS_FETCH_METADATA_SRC”, “ODMS_FETCH_METADATA_TGT”, “ODMS_VALIDATE”, “ODMS_PREPARE”, “ODMS_INITIALIZE_REPLICATION_INFRASTRUCTURE”, “ODMS_INITIAL_LOAD_EXPORT”, “ODMS_DATA_UPLOAD”, “ODMS_INITIAL_LOAD_EXPORT_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 MigrationJobProgressResource. Return type: str
-
current_status
¶ [Required] Gets the current_status of this MigrationJobProgressResource. 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 MigrationJobProgressResource. Return type: str
-
phases
¶ [Required] Gets the phases of this MigrationJobProgressResource. List of phase status for the job.
Returns: The phases of this MigrationJobProgressResource. Return type: list[oci.database_migration.models.PhaseStatus]
-