An AAAA (address) record maps a domain name to an IPv6 address.
Taken from github.com/IMPIMBA/infoblox Credit where credit is due.
ZoneAuth is only availabe in WAPI_VERSION >= 1.2
# File lib/infoblox.rb, line 28 def base_path '/wapi/v' + Infoblox.wapi_version + '/' end
# File lib/infoblox.rb, line 18 def wapi_version @wapi_version ||= (ENV['WAPI_VERSION'] || '1.0') end
# File lib/infoblox.rb, line 23 def wapi_version=(v) @wapi_version = v end
# File lib/infoblox.rb, line 28 def base_path '/wapi/v' + Infoblox.wapi_version + '/' end
# File lib/infoblox.rb, line 18 def wapi_version @wapi_version ||= (ENV['WAPI_VERSION'] || '1.0') end
# File lib/infoblox.rb, line 23 def wapi_version=(v) @wapi_version = v end