Package com.ibm.cloud.is.vpc.v1.model
Interface ListNetworkAclRulesOptions.Direction
-
- Enclosing class:
- ListNetworkAclRulesOptions
public static interface ListNetworkAclRulesOptions.Direction
Filters the collection to rules with a `direction` property matching the specified value.
-
-
Field Detail
-
INBOUND
static final String INBOUND
inbound.- See Also:
- Constant Field Values
-
OUTBOUND
static final String OUTBOUND
outbound.- See Also:
- Constant Field Values
-
-