MigrationStatusInfo#

class MigrationStatusInfo(status=None, status_msg=None, *args, **kwargs)#

Bases: object

Status information details

Parameters:
  • status (required) – (status)

  • status_msg (required max=4096 chars) – (status_msg) Indicates the status message of the migration sub-plan. It updates after each migration step, informing the current migration sub-plan stage. This is a read-only field.

property status#
Type:

MigrationStatus

property status_msg#

Indicates the status message of the migration sub-plan. It updates after each migration step, informing the current migration sub-plan stage. This is a read-only field.

Type:

str

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model