| Name | Type | Description | Notes |
|---|---|---|---|
| upgradeCoordinatorUpdated | Boolean | Has upgrade coordinator been updated after upload of upgrade bundle file | [optional] |
| targetVersion | String | Target system version | [optional] |
| upgradeCoordinatorVersion | String | Current version of upgrade coordinator | [optional] |
| upgradeStatus | UpgradeStatusEnum | Status of upgrade | [optional] |
| componentTargetVersions | List<ComponentTargetVersion> | [optional] | |
| systemVersion | String | Current system version | [optional] |
| upgradeBundleFileName | String | Name of the last successfully uploaded upgrade bundle file | [optional] |
| Name | Value |
|---|---|
| SUCCESS | "SUCCESS" |
| FAILED | "FAILED" |
| IN_PROGRESS | "IN_PROGRESS" |
| NOT_STARTED | "NOT_STARTED" |
| PAUSING | "PAUSING" |
| PAUSED | "PAUSED" |