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 Summary
Nested Classes Modifier and Type Class Description static classLocationInput.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanenabled()Gets the enabled.LocationInput.BuildernewBuilder()New builder.StringsubnetCrn()Gets the subnetCrn.
-
-
-
Method Detail
-
newBuilder
public LocationInput.Builder newBuilder()
New builder.- Returns:
- a LocationInput builder
-
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
-
-