ComponentMigrationStatus

ComponentMigrationStatus
ComponentMigrationStatus
JSON Example
{
    "status": "string",
    "percent_complete": "number",
    "can_skip": false,
    "details": "string",
    "component_type": "string"
}
string
status
Optional

Migration status of component

Possible values are : SUCCESS, FAILED, IN_PROGRESS, NOT_STARTED, PAUSED,
number
percent_complete
Optional

Indicator of migration progress in percentage

boolean
can_skip
Optional

Can the migration of the remaining units in this component be skipped

string
details
Optional

Details about the migration status

string
component_type
Optional

Component type for the migration status

Property Of