Esx.Settings.Clusters.Policies.Apply.ResetInfo.FailureActionResetInfo

Esx.Settings.Clusters.Policies.Apply.ResetInfo.FailureActionResetInfo
Esx.Settings.Clusters.Policies.Apply.ResetInfo.FailureActionResetInfo

The Esx.Settings.Clusters.Policies.Apply.ResetInfo.FailureActionResetInfo schema contains properties that describe the outcome when the configured value for the action to be taken when entering maintenance mode fails is reset.

This schema was added in vSphere API 7.0.0.0.

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

JSON Example
{
    "from": {
        "action": "string",
        "retry_delay": 0,
        "retry_count": 0
    },
    "to": {
        "action": "string",
        "retry_delay": 0,
        "retry_count": 0
    }
}
from
Required

The configured value for what action should be taken when entering maintenance mode fails.

This property was added in vSphere API 7.0.0.0.

to
Required

The value for what action should be taken when entering maintenance mode fails, when the configured value is reset.

This property was added in vSphere API 7.0.0.0.