| 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] |
| Name | Value |
|---|---|
| SUCCESS | "SUCCESS" |
| FAILED | "FAILED" |
| IN_PROGRESS | "IN_PROGRESS" |
| NOT_STARTED | "NOT_STARTED" |
| PAUSED | "PAUSED" |