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 are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the pool on which the unexpected property value was encountered.
-
-
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
-
-