LocalLB::DNSGlobals

Introduced : BIG-IP_v11.2.0
The DNSGlobals interface allows you to manage global DNS settings. This currently only contains DNS cache settings, but will include any and all DNS-related global settings in the future.

Methods

Method Description Introduced
get_cache_edns_buffer_size Gets the advertised EDNS buffer size for a set of DNS caches. BIG-IP_v11.2.0
get_cache_maximum_ttl Gets the maximum TTL for cache entries. BIG-IP_v11.2.0
get_cache_minimum_ttl Gets the minimum TTL for cache entries. Any TTL under this value will be considered a stale entry. BIG-IP_v11.2.0
get_collect_client_ips_state Gets the collect client IPs flag. BIG-IP_v11.3.0
get_collect_query_names_state Gets the collect query names flag. BIG-IP_v11.3.0
get_version Get the version information for this interface. BIG-IP_v11.2.0
set_cache_edns_buffer_size Sets the advertised EDNS buffer size for a set of DNS caches. BIG-IP_v11.2.0
set_cache_maximum_ttl Sets the maximum TTL for cache entries. A cache entry will never be stored with a TTL over this value. BIG-IP_v11.2.0
set_cache_minimum_ttl Sets the minimum TTL for cache entries. Any TTL under this value will be considered a stale entry. BIG-IP_v11.2.0
set_collect_client_ips_state Sets the collect client IPs flag. If enabled, DNS query client IPs are collected and can be viewed later in the Analytics reports. BIG-IP_v11.3.0
set_collect_query_names_state Sets the collect DNS query names flag. If enabled, DNS query names are collected and can be viewed later in the Analytics reports. BIG-IP_v11.3.0

Structures

Structure Description

Enumerations

Enumeration Description

Exceptions

Exception Description

Constants

Constant Type Value Description

Aliases

Alias Type Description

See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.