| Name | Type | Description | Notes |
|---|---|---|---|
| status | StatusEnum | Status of execution of pre/post-upgrade checks | [optional] |
| startTime | Long | Time (in milliseconds since epoch) when the execution of pre/post-upgrade checks started | [optional] |
| nodeWithIssuesCount | Integer | Number of nodes which generated failures or warnings during pre/post-upgrade checks | [optional] |
| endTime | Long | Time (in milliseconds since epoch) when the execution of pre/post-upgrade checks completed | [optional] |
| details | String | Details about current execution of pre/post-upgrade checks | [optional] |
| Name | Value |
|---|---|
| NOT_STARTED | "NOT_STARTED" |
| IN_PROGRESS | "IN_PROGRESS" |
| COMPLETED | "COMPLETED" |