Package com.ibm.cloud.is.vpc.v1.model
Interface SecurityGroupRule.Protocol
-
- Enclosing class:
- SecurityGroupRule
public static interface SecurityGroupRule.Protocol
The protocol to allow. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
-
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
-
-