Settings_Defaults_Hosts_Policies_Apply_Effective_EffectivePolicySpec

Settings_Defaults_Hosts_Policies_Apply_Effective_EffectivePolicySpec
Settings_Defaults_Hosts_Policies_Apply_Effective_EffectivePolicySpec

The Effective.EffectivePolicySpec structure contains fields that describe the effective policies to be used when the software and configuration specification documents are applied to ESXi hosts.

JSON Example
{
    "failure_action": {
        "action": "string",
        "retry_delay": 0,
        "retry_count": 0
    },
    "pre_remediation_power_action": "string",
    "enable_quick_boot": false
}
failure_action
Required

The Effective.FailureAction structure contains fields that describe the actions to be taken when entering maintenance mode fails on an ESXi host.

pre_remediation_power_action
Required

The Effective.EffectivePolicySpec.PreRemediationPowerAction enumerated type defines the possible actions to be taken, before entering maintenance mode.
POWER_OFF_VMS : Power off VMs before entering maintenance mode.
SUSPEND_VMS : Suspend VMs before entering maintenance mode
DO_NOT_CHANGE_VMS_POWER_STATE : Do not change the VM power state
SUSPEND_VMS_TO_MEMORY : Suspend VMs to Memory before entering maintenance mode

boolean
enable_quick_boot
Required

Enable Quick Boot during remediation of an ESXi host.