EsxUpgradeOptionsSpec
Options for ESXi upgrade. These are applicable to vSphere Lifecycle Manager Images based upgrade only.
{
"esxUpgradeFailureAction": {
"retryDelay": 0,
"retryCount": 0,
"action": "FAIL, RETRY"
},
"enforceHclValidation": false,
"enableQuickPatch": false,
"enableQuickboot": false,
"evacuateOfflineVms": false,
"disableHac": false,
"disableDpm": false,
"preRemediationPowerAction": "POWER_OFF_VMS, SUSPEND_VMS, DO_NOT_CHANGE_VMS_POWER_STATE, SUSPEND_VMS_TO_MEMORY"
}
Esx Upgrade failure actions to be taken if host entering maintenance mode failed during esx cluster upgrade
Flag for enforcing HCL validation for ESXi upgrade, when applicable, to prevent remediation if hardware compatibility issues are found.
Flag for enabling quick patch policy for ESXi upgrade, when applicable, to do live remediation and not require full maintenance mode or reboot. This option is only applicable to vLCM based ESXi upgrade.
Flag for requesting Quick Boot
Flag for requesting Evacuation of Offline VMs
Flag for disabling HA admission control on the cluster.
Flag for disabling DPM on the cluster.
Flag for setting VM power state before entering maintenance mode.