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