InlineUpgradeUnitGroupAggregateInfo1

InlineUpgradeUnitGroupAggregateInfo1
InlineUpgradeUnitGroupAggregateInfo1
JSON Example
{
    "status": "string",
    "upgrade_unit_count": 0,
    "failed_count": 0,
    "type": "string",
    "percent_complete": "number",
    "enabled": false,
    "upgrade_units": [
        {
            "_self": {
                "action": "string",
                "href": "string",
                "rel": "string"
            },
            "_links": [
                {
                    "action": "string",
                    "href": "string",
                    "rel": "string"
                }
            ],
            "_schema": "string",
            "group": {
                "display_name": "string",
                "id": "string"
            },
            "warnings": [
                "string"
            ],
            "current_version": "string",
            "metadata": [
                {
                    "value": "string",
                    "key": "string"
                }
            ],
            "type": "string",
            "id": "string",
            "display_name": "string"
        }
    ],
    "extended_configuration": [
        {
            "value": "string",
            "key": "string"
        }
    ],
    "parallel": false
}
string
status
Optional

Upgrade status of upgrade unit group

Possible values are : SUCCESS, FAILED, IN_PROGRESS, NOT_STARTED, PAUSED,
integer As int32 As int32
upgrade_unit_count
Optional

Number of upgrade units in the group

integer As int32 As int32
failed_count
Optional

Number of nodes in the upgrade unit group that failed upgrade

string
type
Required

Component type

number
percent_complete
Optional

Indicator of upgrade progress in percentage

boolean
enabled
Optional

Flag to indicate whether upgrade of this group is enabled or not

upgrade_units
Optional

List of upgrade units in the group

extended_configuration
Optional

Extended configuration for the group

boolean
parallel
Optional

Upgrade method to specify whether the upgrade is to be performed in parallel or serially