Package com.ibm.cloud.is.vpc.v1.model
Interface LoadBalancer.Availability
-
- Enclosing class:
- LoadBalancer
public static interface LoadBalancer.Availability
The availability of this load balancer: - `subnet`: remains available if at least one zone that the load balancer's subnets reside in is available - `region`: remains available if at least one zone in the region is available. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
-
Field Detail
-
REGION
static final String REGION
region.- See Also:
- Constant Field Values
-
SUBNET
static final String SUBNET
subnet.- See Also:
- Constant Field Values
-
-