Class DeletePoolOptions
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.dns_svcs.v1.model.DeletePoolOptions
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class DeletePoolOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe deletePool options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classDeletePoolOptions.BuilderBuilder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringinstanceId()Gets the instanceId.DeletePoolOptions.BuildernewBuilder()New builder.StringpoolId()Gets the poolId.StringxCorrelationId()Gets the xCorrelationId.
 
- 
- 
- 
Method Detail- 
newBuilderpublic DeletePoolOptions.Builder newBuilder() New builder.- Returns:
- a DeletePoolOptions builder
 
 - 
instanceIdpublic String instanceId() Gets the instanceId. The unique identifier of a service instance.- Returns:
- the instanceId
 
 - 
poolIdpublic String poolId() Gets the poolId. The unique identifier of a load balancer pool.- Returns:
- the poolId
 
 - 
xCorrelationIdpublic String xCorrelationId() Gets the xCorrelationId. Uniquely identifying a request.- Returns:
- the xCorrelationId
 
 
- 
 
-