Class UpdateLoadBalancerOptions
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.dns_svcs.v1.model.UpdateLoadBalancerOptions
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class UpdateLoadBalancerOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe updateLoadBalancer options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classUpdateLoadBalancerOptions.BuilderBuilder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AzPoolsItem>azPools()Gets the azPools.List<String>defaultPools()Gets the defaultPools.Stringdescription()Gets the description.StringdnszoneId()Gets the dnszoneId.Booleanenabled()Gets the enabled.StringfallbackPool()Gets the fallbackPool.StringinstanceId()Gets the instanceId.StringlbId()Gets the lbId.Stringname()Gets the name.UpdateLoadBalancerOptions.BuildernewBuilder()New builder.Longttl()Gets the ttl.StringxCorrelationId()Gets the xCorrelationId.
 
- 
- 
- 
Method Detail- 
newBuilderpublic UpdateLoadBalancerOptions.Builder newBuilder() New builder.- Returns:
- a UpdateLoadBalancerOptions builder
 
 - 
instanceIdpublic String instanceId() Gets the instanceId. The unique identifier of a service instance.- Returns:
- the instanceId
 
 - 
dnszoneIdpublic String dnszoneId() Gets the dnszoneId. The unique identifier of a DNS zone.- Returns:
- the dnszoneId
 
 - 
lbIdpublic String lbId() Gets the lbId. The unique identifier of a load balancer.- Returns:
- the lbId
 
 - 
namepublic String name() Gets the name. Name of the load balancer.- Returns:
- the name
 
 - 
descriptionpublic String description() Gets the description. Descriptive text of the load balancer.- Returns:
- the description
 
 - 
enabledpublic Boolean enabled() Gets the enabled. Whether the load balancer is enabled.- Returns:
- the enabled
 
 - 
ttlpublic Long ttl() Gets the ttl. Time to live in second.- Returns:
- the ttl
 
 - 
fallbackPoolpublic String fallbackPool() Gets the fallbackPool. The pool ID to use when all other pools are detected as unhealthy.- Returns:
- the fallbackPool
 
 - 
defaultPoolspublic List<String> defaultPools() Gets the defaultPools. A list of pool IDs ordered by their failover priority. Pools defined here are used by default, or when region_pools are not configured for a given region.- Returns:
- the defaultPools
 
 - 
azPoolspublic List<AzPoolsItem> azPools() Gets the azPools. Map availability zones to pool IDs.- Returns:
- the azPools
 
 - 
xCorrelationIdpublic String xCorrelationId() Gets the xCorrelationId. Uniquely identifying a request.- Returns:
- the xCorrelationId
 
 
- 
 
-