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 
    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

    Modifier and Type
    Method
    Description
    Gets the type.
    Gets the value.

    Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

    equals, hashCode, toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • 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