SettingsClustersPoliciesApplyConfiguredPolicySpec
The Apply.ConfiguredPolicySpec structure contains fields that describe the policies configured to be used when the software and configuration specification documents are applied to an ESXi cluster.
Properties
Disable DPM on the cluster. If unset, configured value would be unset.
Disable HA Admission control on the cluster. If unset, configured value would be unset.
Enable Quick Boot during remediation in the cluster. If unset, configured value would be unset.
Enforce Hcl validation, when applicable, to prevent remediation if hardware compatibility issues are found. If unset, hardware compatibility issues will not prevent remediation.
Evacuate powered off/suspended VMs when attempting maintenance mode. If unset, configured value would be unset.
What action is to be taken if entering maintenance mode fails on a given host of the cluster. If unset, configured value would be unset.
Specifies what should be done to the power state of the VM before entering maintenance mode. If unset, configured value would be unset.
JSON Example
{
"disable_dpm": false,
"disable_hac": false,
"enable_quick_boot": false,
"enforce_hcl_validation": false,
"evacuate_offline_vms": false,
"failure_action": {
"action": "enum",
"retry_count": 0,
"retry_delay": 0
},
"pre_remediation_power_action": "enum"
}