Class GetPoolOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.dns_svcs.v1.model.GetPoolOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetPoolOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The getPool options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetPoolOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
instanceId()
Gets the instanceId.GetPoolOptions.Builder
newBuilder()
New builder.String
poolId()
Gets the poolId.String
xCorrelationId()
Gets the xCorrelationId.
-
-
-
Method Detail
-
newBuilder
public GetPoolOptions.Builder newBuilder()
New builder.- Returns:
- a GetPoolOptions builder
-
instanceId
public String instanceId()
Gets the instanceId. The unique identifier of a service instance.- Returns:
- the instanceId
-
poolId
public String poolId()
Gets the poolId. The unique identifier of a load balancer pool.- Returns:
- the poolId
-
xCorrelationId
public String xCorrelationId()
Gets the xCorrelationId. Uniquely identifying a request.- Returns:
- the xCorrelationId
-
-