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.GenericModel
The getLoadBalancer options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetLoadBalancerOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
dnszoneId()
Gets the dnszoneId.String
instanceId()
Gets the instanceId.String
lbId()
Gets the lbId.GetLoadBalancerOptions.Builder
newBuilder()
New builder.String
xCorrelationId()
Gets the xCorrelationId.
-
-
-
Method Detail
-
newBuilder
public GetLoadBalancerOptions.Builder newBuilder()
New builder.- Returns:
- a GetLoadBalancerOptions builder
-
instanceId
public String instanceId()
Gets the instanceId. The unique identifier of a service instance.- Returns:
- the instanceId
-
dnszoneId
public String dnszoneId()
Gets the dnszoneId. The unique identifier of a DNS zone.- Returns:
- the dnszoneId
-
lbId
public String lbId()
Gets the lbId. The unique identifier of a load balancer.- Returns:
- the lbId
-
xCorrelationId
public String xCorrelationId()
Gets the xCorrelationId. Uniquely identifying a request.- Returns:
- the xCorrelationId
-
-