Settings_Hosts_Policies_Apply_Effective_FailureAction
The Effective.FailureAction structure contains fields that describe the actions to be taken when entering maintenance mode fails on an ESXi host.
{
"action": "string",
"retry_delay": 0,
"retry_count": 0
}
The Effective.FailureAction.Action enumerated type defines the actions to be taken when entering maintenance mode fails on an ESXi host.
FAIL : Fail the apply operation
RETRY : Retry the task Apply.FailureAction#retryCount number of times on the failed host after Apply.FailureAction#retryDelay.
Time to wait to retry the failed operation in seconds. This field is optional and it is only relevant when the value of Effective.FailureAction.action is RETRY.
Number of times to retry the failed operation. This field is optional and it is only relevant when the value of Effective.FailureAction.action is RETRY.