Package com.ibm.cloud.is.vpc.v1.model
Interface LoadBalancerPoolMember.Health
-
- Enclosing class:
- LoadBalancerPoolMember
public static interface LoadBalancerPoolMember.Health
Health of the server member in the pool. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
-
Field Detail
-
FAULTED
static final String FAULTED
faulted.- See Also:
- Constant Field Values
-
OK
static final String OK
ok.- See Also:
- Constant Field Values
-
UNKNOWN
static final String UNKNOWN
unknown.- See Also:
- Constant Field Values
-
-