Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 955 Bytes

File metadata and controls

22 lines (20 loc) · 955 Bytes

UpgradeUnitGroupStatus

Properties

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]

Enum: StatusEnum

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