RemediationFailureAction
                                RemediationFailureAction                            
                            
                            Action to be taken if entering maintenance mode fails for a host during cluster remediation
JSON Example
                                    {
    "retryDelay": 0,
    "retryCount": 0,
    "action": "FAIL, RETRY"
}
            
            
                                    integer As int64
                
                                    As int64
                
            
        
        
                retryDelay            
                            Required
            
            
        Time to wait before we retry the failed operation in seconds. If action is RETRY, the value should be between 300 and 3600 seconds. If action is FAIL, the value should not be set.
            
            
                                    integer As int64
                
                                    As int64
                
            
        
        
                retryCount            
                            Required
            
            
        Number of times to retry the failed operation. If the action is RETRY, the value should be between 3 and 100. If the action is FAIL, the value should not be set.
            
            
                                    string
                
                
            
        
        
                action            
                            Required
            
            
        Action to be taken if entering maintenance mode fails for a host
