Class: Ansible::Ruby::Modules::Nios_host_record
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Nios_host_record
- Defined in:
- lib/ansible/ruby/modules/generated/net_tools/nios/nios_host_record.rb
Overview
Adds and/or removes instances of host record objects from Infoblox NIOS servers. This module manages NIOS C(record:host) objects using the Infoblox WAPI interface over REST. Updates instances of host record object from Infoblox NIOS servers.
Instance Method Summary collapse
-
#aliases ⇒ Array<String>, ...
Configures an optional list of additional aliases to add to the host record.
-
#comment ⇒ String?
Configures a text string comment to be associated with the instance of this object.
-
#configure_for_dns ⇒ Boolean?
Sets the DNS to particular parent.
-
#extattrs ⇒ Object?
Allows for the configuration of Extensible Attributes on the instance of the object.
-
#ipv4addrs ⇒ Object?
Configures the IPv4 addresses for this host record.
-
#ipv6addrs ⇒ Object?
Configures the IPv6 addresses for the host record.
-
#name ⇒ String, Hash
Specifies the fully qualified hostname to add or remove from the system.
-
#state ⇒ :present, ...
Configures the intended state of the instance of the object on the NIOS server.
-
#ttl ⇒ Object?
Configures the TTL to be associated with this host record.
-
#view ⇒ String
Sets the DNS view to associate this host record with.
Methods inherited from Base
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
#aliases ⇒ Array<String>, ...
31 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_host_record.rb', line 31 attribute :aliases |
#comment ⇒ String?
41 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_host_record.rb', line 41 attribute :comment |
#configure_for_dns ⇒ Boolean?
21 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_host_record.rb', line 21 attribute :configure_for_dns |
#extattrs ⇒ Object?
38 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_host_record.rb', line 38 attribute :extattrs |
#ipv4addrs ⇒ Object?
25 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_host_record.rb', line 25 attribute :ipv4addrs |
#ipv6addrs ⇒ Object?
28 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_host_record.rb', line 28 attribute :ipv6addrs |
#name ⇒ String, Hash
13 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_host_record.rb', line 13 attribute :name |
#state ⇒ :present, ...
45 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_host_record.rb', line 45 attribute :state |
#ttl ⇒ Object?
35 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_host_record.rb', line 35 attribute :ttl |
#view ⇒ String
17 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_host_record.rb', line 17 attribute :view |