Esx.Settings.ClusterLivePatchAction

Esx.Settings.ClusterLivePatchAction
Esx.Settings.ClusterLivePatchAction

The Esx.Settings.ClusterLivePatchAction schema contains properties that describe how Live Patch is performed.

Warning: this schema is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

JSON Example
{
    "live_patch_mode": "string"
}
string
live_patch_mode
Required

Live Patch mode of the cluster.

Possible values:

  • DISABLE_LIVE_PATCH: Disable Live Patch.
  • AUTO_LIVE_PATCH: Perform Live Patch when possible. Use full maintenance mode for hosts that cannot perform Live Patch.
  • ENFORCE_LIVE_PATCH: Enforce Live Patch. Disallow remediation if there is a host that cannot perform Live Patch.

For more information see: Esx.Settings.ClusterLivePatchAction.LivePatchMode.

Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.