Class: Ansible::Ruby::Modules::Bigip_device_dns

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/network/f5/bigip_device_dns.rb

Overview

Manage BIG-IP device DNS settings.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#cache:enabled, ...

Returns Specifies whether the system caches DNS lookups or performs the operation each time a lookup is needed. Please note that this applies only to Access Policy Manager features, such as ACLs, web application rewrites, and authentication.

Returns:

  • (:enabled, :disabled, :enable, :disable, nil)

    Specifies whether the system caches DNS lookups or performs the operation each time a lookup is needed. Please note that this applies only to Access Policy Manager features, such as ACLs, web application rewrites, and authentication.



12
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_device_dns.rb', line 12

attribute :cache

#ip_version4, ...

Returns Specifies whether the DNS specifies IP addresses using IPv4 or IPv6.

Returns:

  • (4, 6, nil)

    Specifies whether the DNS specifies IP addresses using IPv4 or IPv6.



24
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_device_dns.rb', line 24

attribute :ip_version

#name_serversArray<String>, ...

Returns A list of name servers that the system uses to validate DNS lookups.

Returns:

  • (Array<String>, String, nil)

    A list of name servers that the system uses to validate DNS lookups



16
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_device_dns.rb', line 16

attribute :name_servers

#searchArray<String>, ...

Returns A list of domains that the system searches for local domain lookups, to resolve local host names.

Returns:

  • (Array<String>, String, nil)

    A list of domains that the system searches for local domain lookups, to resolve local host names.



20
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_device_dns.rb', line 20

attribute :search

#state:absent, ...

Returns The state of the variable on the system. When C(present), guarantees that an existing variable is set to C(value).

Returns:

  • (:absent, :present, nil)

    The state of the variable on the system. When C(present), guarantees that an existing variable is set to C(value).



28
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_device_dns.rb', line 28

attribute :state