Package com.ibm.cloud.is.vpc.v1.model
Interface NetworkACLRuleItemNetworkACLRuleProtocolICMP.Action
-
- Enclosing class:
- NetworkACLRuleItemNetworkACLRuleProtocolICMP
public static interface NetworkACLRuleItemNetworkACLRuleProtocolICMP.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
-
-