| Name | Type | Description | Notes |
|---|---|---|---|
| status | StatusEnum | Upgrade status of upgrade unit group | [optional] |
| upgradeUnitCount | Integer | Number of upgrade units in the group | [optional] |
| failedCount | Integer | Number of nodes in the upgrade unit group that failed upgrade | [optional] |
| percentComplete | BigDecimal | Indicator of upgrade progress in percentage | [optional] |
| groupId | String | Identifier for upgrade unit group | [optional] |
| groupName | String | Name of the upgrade unit group | [optional] |
| Name | Value |
|---|---|
| SUCCESS | "SUCCESS" |
| FAILED | "FAILED" |
| IN_PROGRESS | "IN_PROGRESS" |
| NOT_STARTED | "NOT_STARTED" |
| PAUSING | "PAUSING" |
| PAUSED | "PAUSED" |