InlineUpgradeUnitGroupAggregateInfo1

InlineUpgradeUnitGroupAggregateInfo1
InlineUpgradeUnitGroupAggregateInfo1
JSON Example
{
    "enabled": false,
    "extended_configuration": [
        {
            "key": "string",
            "value": "string"
        }
    ],
    "failed_count": 0,
    "group_level_failure": [
        "string"
    ],
    "parallel": false,
    "percent_complete": "number",
    "post_upgrade_status": "UpgradeChecksExecutionStatus Object",
    "status": "string",
    "type": "string",
    "upgrade_unit_count": 0,
    "upgrade_units": [
        "UpgradeUnit Object"
    ]
}
boolean
enabled
Optional
Constraints: default: true

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

extended_configuration
Optional
Constraints: maxItems: 100

Extended configuration for the group

integer As int32 As int32
failed_count
Optional

Number of nodes in the upgrade unit group that failed upgrade

array of string
group_level_failure
Optional

Reports failures that occured at the group or cluster level.

boolean
parallel
Optional
Constraints: default: true

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

number
percent_complete
Optional

Indicator of upgrade progress in percentage

post_upgrade_status
Optional

Execution status of pre/post-upgrade checks

string
status
Optional

Upgrade status of upgrade unit group

Possible values are : SUCCESS, FAILED, IN_PROGRESS, NOT_STARTED, PAUSING, PAUSED,
string
type
Required

Component type

integer As int32 As int32
upgrade_unit_count
Optional

Number of upgrade units in the group

array of UpgradeUnit
upgrade_units
Optional
Constraints: maxItems: 512

List of upgrade units in the group