Class Location
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.dns_svcs.v1.model.Location
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class Location extends com.ibm.cloud.sdk.core.service.model.GenericModelCustom resolver location.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDnsServerIp()Gets the dnsServerIp.StringgetId()Gets the id.StringgetSubnetCrn()Gets the subnetCrn.BooleanisEnabled()Gets the enabled.BooleanisHealthy()Gets the healthy.
 
- 
- 
- 
Method Detail- 
getIdpublic String getId() Gets the id. Location ID.- Returns:
- the id
 
 - 
getSubnetCrnpublic String getSubnetCrn() Gets the subnetCrn. Subnet CRN.- Returns:
- the subnetCrn
 
 - 
isEnabledpublic Boolean isEnabled() Gets the enabled. Whether the location is enabled for the custom resolver.- Returns:
- the enabled
 
 - 
isHealthypublic Boolean isHealthy() Gets the healthy. Whether the DNS server in this location is healthy or not.- Returns:
- the healthy
 
 - 
getDnsServerIppublic String getDnsServerIp() Gets the dnsServerIp. The ip address of this dns server.- Returns:
- the dnsServerIp
 
 
- 
 
-