Esx.Settings.Defaults.Hosts.Policies.Apply.ResetInfo.ConfiguredPolicyResetInfo

Esx.Settings.Defaults.Hosts.Policies.Apply.ResetInfo.ConfiguredPolicyResetInfo
Esx.Settings.Defaults.Hosts.Policies.Apply.ResetInfo.ConfiguredPolicyResetInfo

The Esx.Settings.Defaults.Hosts.Policies.Apply.ResetInfo.ConfiguredPolicyResetInfo schema contains properties that describe the outcome when configured policies are reset.

This schema was added in vSphere API 8.0.0.1.

Note: this schema is restricted for VMware internal use only.

JSON Example
{
    "failure_action": {
        "from": {
            "action": "string",
            "retry_delay": 0,
            "retry_count": 0
        },
        "to": {
            "action": "string",
            "retry_delay": 0,
            "retry_count": 0
        }
    },
    "pre_remediation_power_action": {
        "from": "string",
        "to": "string"
    },
    "enable_quick_boot": {
        "from": false,
        "to": false
    },
    "software_policy_spec": {
        "from": {
            "skip_reserved_vibs_caching": false
        },
        "to": {
            "skip_reserved_vibs_caching": false
        }
    }
}
failure_action
Optional

Describes the outcome when the configured value for the action to be taken when entering maintenance mode fails is reset.

This property was added in vSphere API 8.0.0.1.

If missing or null indicates that there is no user configured value for Esx.Settings.Defaults.Hosts.Policies.Apply.ConfiguredPolicySpec.failure_action

pre_remediation_power_action
Optional

Describes the outcome when the configured value for what action should be taken on the power state of VMs before entering maintenance mode is reset.

This property was added in vSphere API 8.0.0.1.

If missing or null indicates that there is no user configured value for Esx.Settings.Defaults.Hosts.Policies.Apply.ConfiguredPolicySpec.pre_remediation_power_action

enable_quick_boot
Optional

Describes the outcome when the configured value for whether Quick Boot should be enabled during remediation is reset.

This property was added in vSphere API 8.0.0.1.

If missing or null indicates that there is no user configured value for Esx.Settings.Defaults.Hosts.Policies.Apply.ConfiguredPolicySpec.enable_quick_boot

software_policy_spec
Optional

Describes the outcome when the configured settings that govern the software-specific behavior in the POST /esx/settings/hosts/{host}/software?action=apply API are reset. field.optional If missing or null indicates that there are no user configured values for com.vmware.esx.settings.hosts.policies.Apply.ConfiguredPolicySpec#SoftwarePolicySpec

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.

This property is optional because it was added in a newer version than its parent node.