Package com.ibm.cloud.is.vpc.v1.model
Interface NetworkACLRuleItem.Protocol
-
- Enclosing class:
- NetworkACLRuleItem
public static interface NetworkACLRuleItem.Protocol
The network protocol.
-
-
Field Detail
-
ALL
static final String ALL
all.- See Also:
- Constant Field Values
-
ICMP
static final String ICMP
icmp.- See Also:
- Constant Field Values
-
TCP
static final String TCP
tcp.- See Also:
- Constant Field Values
-
UDP
static final String UDP
udp.- See Also:
- Constant Field Values
-
-