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.GenericModel
Request to add custom resolver location.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LocationInput.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
enabled()
Gets the enabled.LocationInput.Builder
newBuilder()
New builder.String
subnetCrn()
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
-
-