| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
ALBDnsGeoLocationMatch.Builder |
ALBDnsGeoLocationMatch.Builder.setGeolocationName(java.lang.String geolocationName)
Geographical location of the client IP to be used in the match.
|
ALBDnsGeoLocationMatch.Builder |
ALBDnsGeoLocationMatch.Builder.setGeolocationTag(java.lang.String geolocationTag)
Geolocation tag for the client IP.
|
ALBDnsGeoLocationMatch.Builder |
ALBDnsGeoLocationMatch.Builder.setMatchCriteria(java.lang.String matchCriteria)
Possible values are:
ALBDnsGeoLocationMatch.MATCH_CRITERIA_IN
ALBDnsGeoLocationMatch.MATCH_CRITERIA_NOT_IN
Criterion to use for matching the client IP's geographical location. |
ALBDnsGeoLocationMatch.Builder |
ALBDnsGeoLocationMatch.Builder.setUseEdnsClientSubnetIp(java.lang.Boolean useEdnsClientSubnetIp)
Use the IP address from the EDNS client subnet option, if available, to derive
geo location of the DNS query.
|