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.GenericModel
The addCustomResolverLocation options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AddCustomResolverLocationOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
enabled()
Gets the enabled.String
instanceId()
Gets the instanceId.AddCustomResolverLocationOptions.Builder
newBuilder()
New builder.String
resolverId()
Gets the resolverId.String
subnetCrn()
Gets the subnetCrn.String
xCorrelationId()
Gets the xCorrelationId.
-
-
-
Method Detail
-
newBuilder
public AddCustomResolverLocationOptions.Builder newBuilder()
New builder.- Returns:
- a AddCustomResolverLocationOptions builder
-
instanceId
public String instanceId()
Gets the instanceId. The unique identifier of a service instance.- Returns:
- the instanceId
-
resolverId
public String resolverId()
Gets the resolverId. The unique identifier of a custom resolver.- Returns:
- the resolverId
-
subnetCrn
public String subnetCrn()
Gets the subnetCrn. Custom resolver location, subnet CRN.- Returns:
- the subnetCrn
-
enabled
public Boolean enabled()
Gets the enabled. Enable/Disable custom resolver location.- Returns:
- the enabled
-
xCorrelationId
public String xCorrelationId()
Gets the xCorrelationId. Uniquely identifying a request.- Returns:
- the xCorrelationId
-
-