Package com.ibm.cloud.is.vpc.v1.model
Interface NetworkACLRulePatch.Action
-
- Enclosing class:
- NetworkACLRulePatch
public static interface NetworkACLRulePatch.Action
The action to perform for a packet matching the rule.
-
-
Field Detail
-
ALLOW
static final String ALLOW
allow.- See Also:
- Constant Field Values
-
DENY
static final String DENY
deny.- See Also:
- Constant Field Values
-
-