Class: Ansible::Ruby::Modules::Nios_zone

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/net_tools/nios/nios_zone.rb

Overview

Adds and/or removes instances of DNS zone objects from Infoblox NIOS servers. This module manages NIOS C(zone_auth) objects using the Infoblox WAPI interface over REST.

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

#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.



44
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_zone.rb', line 44

attribute :comment

#extattrsHash?

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:

  • (Hash, 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.



40
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_zone.rb', line 40

attribute :extattrs

#fqdnObject

Returns Specifies the qualified domain name to either add or remove from the NIOS instance based on the configured C(state) value.

Returns:

  • (Object)

    Specifies the qualified domain name to either add or remove from the NIOS instance based on the configured C(state) value.



12
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_zone.rb', line 12

attribute :fqdn

#grid_primaryArray<Hash>, ...

Returns Configures the grid primary servers for this zone.

Returns:

  • (Array<Hash>, Hash, nil)

    Configures the grid primary servers for this zone.



20
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_zone.rb', line 20

attribute :grid_primary

#grid_secondariesArray<Hash>, ...

Returns Configures the grid secondary servers for this zone.

Returns:

  • (Array<Hash>, Hash, nil)

    Configures the grid secondary servers for this zone.



24
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_zone.rb', line 24

attribute :grid_secondaries

#ns_groupString?

Returns Configures the name server group for this zone. Name server group is mutually exclusive with grid primary and grid secondaries.

Returns:

  • (String, nil)

    Configures the name server group for this zone. Name server group is mutually exclusive with grid primary and grid secondaries.



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

attribute :ns_group

#restart_if_neededSymbol?

Returns If set to true, causes the NIOS DNS service to restart and load the new zone configuration.

Returns:

  • (Symbol, nil)

    If set to true, causes the NIOS DNS service to restart and load the new zone configuration



32
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_zone.rb', line 32

attribute :restart_if_needed

#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.



48
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_zone.rb', line 48

attribute :state

#viewString

Returns Configures the DNS view name for the configured resource. The specified DNS zone must already exist on the running NIOS instance prior to configuring zones.

Returns:

  • (String)

    Configures the DNS view name for the configured resource. The specified DNS zone must already exist on the running NIOS instance prior to configuring zones.



16
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_zone.rb', line 16

attribute :view

#zone_formatString?

Returns Create an authorative Reverse-Mapping Zone which is an area of network space for which one or more name servers-primary and secondary-have the responsibility to respond to address-to-name queries. It supports reverse-mapping zones for both IPv4 and IPv6 addresses.

Returns:

  • (String, nil)

    Create an authorative Reverse-Mapping Zone which is an area of network space for which one or more name servers-primary and secondary-have the responsibility to respond to address-to-name queries. It supports reverse-mapping zones for both IPv4 and IPv6 addresses.



36
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_zone.rb', line 36

attribute :zone_format