Package com.ibm.cloud.is.vpc.v1.model
Interface LoadBalancerPoolPatch.Protocol
-
- Enclosing class:
- LoadBalancerPoolPatch
public static interface LoadBalancerPoolPatch.Protocol
The protocol for this load balancer pool. Load balancers in the `network` family support `tcp` and `udp` (if `udp_supported` is `true`). Load balancers in the `application` family support `tcp`, `http` and `https`. If this pool is associated with a load balancer listener, the specified protocol must match, or be compatible with the listener's protocol. At present, the compatible protocols are `http` and `https`.
-
-
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
-
-