Package com.ibm.cloud.is.vpc.v1.model
Interface LoadBalancerProfileAvailability.Value
-
- Enclosing class:
- LoadBalancerProfileAvailability
public static interface LoadBalancerProfileAvailability.Value
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
-
-