Interface FirewallRulesUpdateInputItem.Action
- 
- Enclosing class:
- FirewallRulesUpdateInputItem
 
 public static interface FirewallRulesUpdateInputItem.ActionThe firewall action to perform, "log" action is only available for enterprise plan instances.
- 
- 
Field Detail- 
LOGstatic final String LOG log.- See Also:
- Constant Field Values
 
 - 
ALLOWstatic final String ALLOW allow.- See Also:
- Constant Field Values
 
 - 
CHALLENGEstatic final String CHALLENGE challenge.- See Also:
- Constant Field Values
 
 - 
JS_CHALLENGEstatic final String JS_CHALLENGE js_challenge.- See Also:
- Constant Field Values
 
 - 
BLOCKstatic final String BLOCK block.- See Also:
- Constant Field Values
 
 
- 
 
-