EsxStandaloneHostUpgradeOptionsSpec

EsxStandaloneHostUpgradeOptionsSpec
EsxStandaloneHostUpgradeOptionsSpec

Options for ESXi standalone host upgrade.

JSON Example
{
    "esxUpgradeFailureAction": {
        "retryDelay": 0,
        "retryCount": 0,
        "action": "FAIL, RETRY"
    },
    "enableQuickboot": false,
    "preRemediationPowerAction": "POWER_OFF_VMS, SUSPEND_VMS, DO_NOT_CHANGE_VMS_POWER_STATE, SUSPEND_VMS_TO_MEMORY",
    "skipReservedVibsCaching": false
}
esxUpgradeFailureAction
Optional

Esx Upgrade failure actions to be taken if host entering maintenance mode failed during esx cluster upgrade

boolean
enableQuickboot
Optional

Flag for requesting Quick Boot

string
preRemediationPowerAction
Optional

Flag for setting VM power state before entering maintenance mode.

boolean
skipReservedVibsCaching
Optional

Flag to skip caching of reserved VIBs on the host. During effective VIB computation, a VIB at a lower version can get replaced by the same VIB at a higher version coming from another release unit. vLCM caches the lower version VIB in ESX-OSData partition to support extraction of currently running image from the hosts. Setting this option means (a) remediation will not cache reserved VIBs, (b) extracting the currently running image from such hosts will not include the reserved VIBs. Hence, the image will not be complete and that might lead to remediation failures. NOTE: Use this option with caution.