Class: Ansible::Ruby::Modules::Nios_host_record

Inherits:
Base show all
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

Methods inherited from Base

#ansible_name, #to_h

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

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

Constructor Details

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

Instance Method Details

#aliasesArray<String>, ...

Returns Configures an optional list of additional aliases to add to the host record. These are equivalent to CNAMEs but held within a host record. Must be in list format.

Returns:

  • (Array<String>, String, nil)

    Configures an optional list of additional aliases to add to the host record. These are equivalent to CNAMEs but held within a host record. Must be in list format.



31
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_host_record.rb', line 31

attribute :aliases

#commentString?

Returns Configures a text string comment to be associated with the instance of this object. The provided text string will be configured on the object instance.

Returns:

  • (String, nil)

    Configures a text string comment to be associated with the instance of this object. The provided text string will be configured on the object instance.



41
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_host_record.rb', line 41

attribute :comment

#configure_for_dnsBoolean?

Returns Sets the DNS to particular parent. If user needs to bypass DNS user can make the value to false.

Returns:

  • (Boolean, nil)

    Sets the DNS to particular parent. If user needs to bypass DNS user can make the value to false.



21
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_host_record.rb', line 21

attribute :configure_for_dns

#extattrsObject?

Returns Allows for the configuration of Extensible Attributes on the instance of the object. This argument accepts a set of key / value pairs for configuration.

Returns:

  • (Object, nil)

    Allows for the configuration of Extensible Attributes on the instance of the object. This argument accepts a set of key / value pairs for configuration.



38
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_host_record.rb', line 38

attribute :extattrs

#ipv4addrsObject?

Returns Configures the IPv4 addresses for this host record. This argument accepts a list of values (see suboptions).

Returns:

  • (Object, nil)

    Configures the IPv4 addresses for this host record. This argument accepts a list of values (see suboptions)



25
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_host_record.rb', line 25

attribute :ipv4addrs

#ipv6addrsObject?

Returns Configures the IPv6 addresses for the host record. This argument accepts a list of values (see options).

Returns:

  • (Object, nil)

    Configures the IPv6 addresses for the host record. This argument accepts a list of values (see options)



28
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_host_record.rb', line 28

attribute :ipv6addrs

#nameString, Hash

Returns Specifies the fully qualified hostname to add or remove from the system. User can also update the hostname as it is possible to pass a dict containing I(new_name), I(old_name). See examples.

Returns:

  • (String, Hash)

    Specifies the fully qualified hostname to add or remove from the system. User can also update the hostname as it is possible to pass a dict containing I(new_name), I(old_name). See examples.



13
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_host_record.rb', line 13

attribute :name

#state:present, ...

Returns Configures the intended state of the instance of the object on the NIOS server. When this value is set to C(present), the object is configured on the device and when this value is set to C(absent) the value is removed (if necessary) from the device.

Returns:

  • (:present, :absent, nil)

    Configures the intended state of the instance of the object on the NIOS server. When this value is set to C(present), the object is configured on the device and when this value is set to C(absent) the value is removed (if necessary) from the device.



45
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_host_record.rb', line 45

attribute :state

#ttlObject?

Returns Configures the TTL to be associated with this host record.

Returns:

  • (Object, nil)

    Configures the TTL to be associated with this host record



35
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_host_record.rb', line 35

attribute :ttl

#viewString

Returns Sets the DNS view to associate this host record with. The DNS view must already be configured on the system.

Returns:

  • (String)

    Sets the DNS view to associate this host record with. The DNS view must already be configured on the system



17
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_host_record.rb', line 17

attribute :view