Package com.ibm.cloud.is.vpc.v1.model
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 Classes Modifier and Type Class Description static interface
LoadBalancerProfileAvailability.Type
The type for this profile field.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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getType()
Gets the type.String
getValue()
Gets the value.
-
-
-
Method Detail
-
getType
public String getType()
Gets the type. The type for this profile field.- Returns:
- the type
-
getValue
public String 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
-
-