SettingsClustersPoliciesApplyEffectiveEffectivePolicySpec
The Effective.EffectivePolicySpec structure contains fields that describe the effective policies to be used when the software and configuration specification documents are applied to an ESXi cluster.
Properties
Disable DPM on the cluster.
Disable HA Admission control on the cluster.
Enable Quick Boot during remediation in the cluster.
Enforce Hcl validation, when applicable, to prevent remediation if hardware compatibility issues are found. This field is optional because it was added in a newer version than its parent node.
Evacuate powered off/suspended VMs when attempting maintenance mode.
What action is to be taken if entering maintenance mode fails on a given host of the cluster.
Specifies what should be done to the power state of the VM before entering maintenance mode.
JSON Example
{
"disable_dpm": false,
"disable_hac": false,
"enable_quick_boot": false,
"evacuate_offline_vms": false,
"failure_action": {
"action": "enum"
},
"pre_remediation_power_action": "enum"
}