Class AddCustomResolverLocationOptions
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.dns_svcs.v1.model.AddCustomResolverLocationOptions
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class AddCustomResolverLocationOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe addCustomResolverLocation options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classAddCustomResolverLocationOptions.BuilderBuilder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanenabled()Gets the enabled.StringinstanceId()Gets the instanceId.AddCustomResolverLocationOptions.BuildernewBuilder()New builder.StringresolverId()Gets the resolverId.StringsubnetCrn()Gets the subnetCrn.StringxCorrelationId()Gets the xCorrelationId.
 
- 
- 
- 
Method Detail- 
newBuilderpublic AddCustomResolverLocationOptions.Builder newBuilder() New builder.- Returns:
- a AddCustomResolverLocationOptions builder
 
 - 
instanceIdpublic String instanceId() Gets the instanceId. The unique identifier of a service instance.- Returns:
- the instanceId
 
 - 
resolverIdpublic String resolverId() Gets the resolverId. The unique identifier of a custom resolver.- Returns:
- the resolverId
 
 - 
subnetCrnpublic String subnetCrn() Gets the subnetCrn. Custom resolver location, subnet CRN.- Returns:
- the subnetCrn
 
 - 
enabledpublic Boolean enabled() Gets the enabled. Enable/Disable custom resolver location.- Returns:
- the enabled
 
 - 
xCorrelationIdpublic String xCorrelationId() Gets the xCorrelationId. Uniquely identifying a request.- Returns:
- the xCorrelationId
 
 
- 
 
-