Esx Settings ClusterSoftwarePolicySpecResetInfo

Esx Settings ClusterSoftwarePolicySpecResetInfo
Esx Settings ClusterSoftwarePolicySpecResetInfo

This Esx Settings ClusterSoftwarePolicySpecResetInfo schema contains properties that describes the outcome when the settings that govern the POST /esx/settings/clusters/{cluster}/software?action=apply API behaviour are reset.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "from": {
        "enforce_hcl_validation": false,
        "parallel_remediation_action": {
            "enabled": false,
            "max_hosts": 0
        },
        "live_patch_action": {
            "live_patch_mode": "string"
        },
        "skip_reserved_vibs_caching": false
    },
    "to": {
        "enforce_hcl_validation": false,
        "parallel_remediation_action": {
            "enabled": false,
            "max_hosts": 0
        },
        "live_patch_action": {
            "live_patch_mode": "string"
        },
        "skip_reserved_vibs_caching": false
    }
}
from
Required

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

This property was added in vSphere API 9.1.0.0.

to
Required

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

This property was added in vSphere API 9.1.0.0.