Esx.Settings.Clusters.Policies.Apply.ResetInfo.FailureAction
The Esx.Settings.Clusters.Policies.Apply.ResetInfo.FailureAction schema contains properties that describe the actions to be taken when entering maintenance mode fails on a single host within the cluster.
This schema was added in vSphere API 7.0.0.0.
Note: this schema is restricted for VMware internal use only.
{
"action": "string",
"retry_delay": 0,
"retry_count": 0
}
What action (Action) is to be taken if entering maintenance mode fails on a single host within the cluster.
Possible values:
- FAIL: Fail the apply operation
- RETRY: Retry the task Esx.Settings.Clusters.Policies.Apply.ResetInfo.FailureAction.retry_count number of times on the failed host after Esx.Settings.Clusters.Policies.Apply.ResetInfo.FailureAction.retry_delay.
For more information see: Esx.Settings.Clusters.Policies.Apply.ResetInfo.FailureAction.Action.
This property was added in vSphere API 7.0.0.0.
Time to wait to retry the failed operation in seconds.
This property was added in vSphere API 7.0.0.0.
This property is optional and it is only relevant when the value of action is Esx.Settings.Clusters.Policies.Apply.ResetInfo.FailureAction.Action.RETRY.
Number of times to retry the failed operation.
This property was added in vSphere API 7.0.0.0.
This property is optional and it is only relevant when the value of action is Esx.Settings.Clusters.Policies.Apply.ResetInfo.FailureAction.Action.RETRY.