Class GetLoadBalancerOptions
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.dns_svcs.v1.model.GetLoadBalancerOptions
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class GetLoadBalancerOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getLoadBalancer options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classGetLoadBalancerOptions.BuilderBuilder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdnszoneId()Gets the dnszoneId.StringinstanceId()Gets the instanceId.StringlbId()Gets the lbId.GetLoadBalancerOptions.BuildernewBuilder()New builder.StringxCorrelationId()Gets the xCorrelationId.
 
- 
- 
- 
Method Detail- 
newBuilderpublic GetLoadBalancerOptions.Builder newBuilder() New builder.- Returns:
- a GetLoadBalancerOptions 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
 
 - 
xCorrelationIdpublic String xCorrelationId() Gets the xCorrelationId. Uniquely identifying a request.- Returns:
- the xCorrelationId
 
 
- 
 
-