EsxUpgradeOptionsSpec

EsxUpgradeOptionsSpec
EsxUpgradeOptionsSpec

Options for ESXi upgrade. These are applicable to vSphere Lifecycle Manager Images based upgrade only.

JSON Example
{
    "esxUpgradeFailureAction": {
        "retryDelay": 0,
        "retryCount": 0,
        "action": "FAIL, RETRY"
    },
    "enforceHclValidation": false,
    "enableQuickPatch": false,
    "quickPatchOptions": {
        "quickPatchMode": "AUTO"
    },
    "remediationFailureToleranceSpec": {
        "failedHostsTolerancePercentageEnabled": false,
        "failedHostsTolerancePercentage": 0
    },
    "skipReservedVibsCaching": 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"
}
esxUpgradeFailureAction
Optional

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

boolean
enforceHclValidation
Optional

Flag for enforcing HCL validation for ESXi upgrade, when applicable, to prevent remediation if hardware compatibility issues are found.

boolean
enableQuickPatch
Optional

Flag for enabling Quick Patch/Live Patch policy for ESXi upgrade, when applicable. Quick Patch/Live Patch remediation is performed using Partial Maitnenance Mode and does not require full Maintenance Mode or Reboot. This option is only applicable to vLCM based ESXi upgrade.

quickPatchOptions
Optional

Quick Patch options to dictate upgrade behavior when Quick Patch/Live Patch is enabled.

remediationFailureToleranceSpec
Optional

Remediation failure tolerance spec of the cluster

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.

boolean
enableQuickboot
Optional

Flag for requesting Quick Boot

boolean
evacuateOfflineVms
Optional

Flag for requesting Evacuation of Offline VMs

boolean
disableHac
Optional

Flag for disabling HA admission control on the cluster.

boolean
disableDpm
Optional

Flag for disabling DPM on the cluster.

string
preRemediationPowerAction
Optional

Flag for setting VM power state before entering maintenance mode.