Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 945 Bytes

File metadata and controls

21 lines (19 loc) · 945 Bytes

MigrationUnitGroupStatus

Properties

Name Type Description Notes
status StatusEnum Migration status of migration unit group [optional]
failedCount Integer Number of nodes in the migration unit group that failed migration [optional]
migrationUnitCount Integer Number of migration units in the group [optional]
groupId String Identifier for migration unit group [optional]
percentComplete BigDecimal Indicator of migration progress in percentage [optional]
groupName String Name of the migration unit group [optional]

Enum: StatusEnum

Name Value
SUCCESS "SUCCESS"
FAILED "FAILED"
IN_PROGRESS "IN_PROGRESS"
NOT_STARTED "NOT_STARTED"
PAUSED "PAUSED"