Esx Settings HostSoftwarePolicySpecResetInfo

Esx Settings HostSoftwarePolicySpecResetInfo
Esx Settings HostSoftwarePolicySpecResetInfo

This Esx Settings HostSoftwarePolicySpecResetInfo schema contains properties that describes the outcome when the configured settings that govern the software behaviour in the POST /esx/settings/hosts/{host}/software?action=apply API are reset.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "from": {
        "skip_reserved_vibs_caching": false
    },
    "to": {
        "skip_reserved_vibs_caching": false
    }
}
from
Required

The configured values of Esx Settings Hosts Policies Apply ConfiguredPolicySpec.software_policy_spec.

This property was added in vSphere API 9.1.0.0.

to
Required

The values of Esx Settings Hosts Policies Apply ConfiguredPolicySpec.software_policy_spec when the configured value is reset.

This property was added in vSphere API 9.1.0.0.