Package com.ibm.cloud.is.vpc.v1.model
Interface LoadBalancerPool.Protocol
-
- Enclosing class:
- LoadBalancerPool
public static interface LoadBalancerPool.Protocol
The protocol for this load balancer pool. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
-
Field Detail
-
HTTP
static final String HTTP
http.- See Also:
- Constant Field Values
-
HTTPS
static final String HTTPS
https.- 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
-
-