Class LoadBalancerProfileAvailability
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.LoadBalancerProfileAvailability
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
- Direct Known Subclasses:
LoadBalancerProfileAvailabilityDependent
,LoadBalancerProfileAvailabilityFixed
public class LoadBalancerProfileAvailability
extends com.ibm.cloud.sdk.core.service.model.GenericModel
LoadBalancerProfileAvailability.
Classes which extend this class:
- LoadBalancerProfileAvailabilityFixed
- LoadBalancerProfileAvailabilityDependent
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
The type for this profile field.static interface
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. -
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getType
-
getValue
Gets the 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.- Returns:
- the value
-