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
Protocol
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Field Summary
Field Details
ALL
ICMP
TCP
UDP
Interface NetworkACLRule.Protocol
Enclosing class:
NetworkACLRule
public static interface
NetworkACLRule.Protocol
The network protocol.
Field Summary
Fields
Modifier and Type
Field
Description
static final
String
ALL
all.
static final
String
ICMP
icmp.
static final
String
TCP
tcp.
static final
String
UDP
udp.
Field Details
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