JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.ibm.cloud.is.vpc.v1.model
NetworkACLRule
Action
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Field Summary
Field Details
ALLOW
DENY
Interface NetworkACLRule.Action
Enclosing class:
NetworkACLRule
public static interface
NetworkACLRule.Action
The action to perform for a packet matching the rule.
Field Summary
Fields
Modifier and Type
Field
Description
static final
String
ALLOW
allow.
static final
String
DENY
deny.
Field Details
ALLOW
static final
String
ALLOW
allow.
See Also:
Constant Field Values
DENY
static final
String
DENY
deny.
See Also:
Constant Field Values