Class LocationInput
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.dns_svcs.v1.model.LocationInput
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class LocationInput extends com.ibm.cloud.sdk.core.service.model.GenericModelRequest to add custom resolver location.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classLocationInput.BuilderBuilder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanenabled()Gets the enabled.LocationInput.BuildernewBuilder()New builder.StringsubnetCrn()Gets the subnetCrn.
 
- 
- 
- 
Method Detail- 
newBuilderpublic LocationInput.Builder newBuilder() New builder.- Returns:
- a LocationInput builder
 
 - 
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
 
 
- 
 
-