InlineUpgradeUnitGroup1

InlineUpgradeUnitGroup1
InlineUpgradeUnitGroup1
JSON Example
{
    "enabled": false,
    "upgrade_unit_count": 0,
    "type": "string",
    "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
}
boolean
enabled
Optional

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

integer As int32 As int32
upgrade_unit_count
Optional

Number of upgrade units in the group

string
type
Required

Component type

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