Class: Ansible::Ruby::Modules::Nios_naptr_record

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

Overview

Adds and/or removes instances of NAPTR record objects from Infoblox NIOS servers. This module manages NIOS C(record:naptr) 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.



47
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_naptr_record.rb', line 47

attribute :comment

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



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

attribute :extattrs

#flagsObject?

Returns Configures the flags field for this NAPTR record. These control the interpretation of the fields for an NAPTR record object. Supported values for the flags field are “U”, “S”, “P” and “A”.

Returns:

  • (Object, nil)

    Configures the flags field for this NAPTR record. These control the interpretation of the fields for an NAPTR record object. Supported values for the flags field are “U”, “S”, “P” and “A”.



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

attribute :flags

#nameString

Returns Specifies the fully qualified hostname to add or remove from the system.

Returns:

  • (String)

    Specifies the fully qualified hostname to add or remove from the system



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

attribute :name

#orderInteger

Returns Configures the order (0-65535) for this NAPTR record. This parameter specifies the order in which the NAPTR rules are applied when multiple rules are present.

Returns:

  • (Integer)

    Configures the order (0-65535) for this NAPTR record. This parameter specifies the order in which the NAPTR rules are applied when multiple rules are present.



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

attribute :order

#preferenceInteger

Returns Configures the preference (0-65535) for this NAPTR record. The preference field determines the order NAPTR records are processed when multiple records with the same order parameter are present.

Returns:

  • (Integer)

    Configures the preference (0-65535) for this NAPTR record. The preference field determines the order NAPTR records are processed when multiple records with the same order parameter are present.



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

attribute :preference

#regexpObject?

Returns Configures the regexp field for this NAPTR record. This is the regular expression-based rewriting rule of the NAPTR record. This should be a POSIX compliant regular expression, including the substitution rule and flags. Refer to RFC 2915 for the field syntax details.

Returns:

  • (Object, nil)

    Configures the regexp field for this NAPTR record. This is the regular expression-based rewriting rule of the NAPTR record. This should be a POSIX compliant regular expression, including the substitution rule and flags. Refer to RFC 2915 for the field syntax details.



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

attribute :regexp

#replacementString

Returns Configures the replacement field for this NAPTR record. For nonterminal NAPTR records, this field specifies the next domain name to look up.

Returns:

  • (String)

    Configures the replacement field for this NAPTR record. For nonterminal NAPTR records, this field specifies the next domain name to look up.



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

attribute :replacement

#servicesObject?

Returns Configures the services field (128 characters maximum) for this NAPTR record. The services field contains protocol and service identifiers, such as “http+E2U” or “SIPS+D2T”.

Returns:

  • (Object, nil)

    Configures the services field (128 characters maximum) for this NAPTR record. The services field contains protocol and service identifiers, such as “http+E2U” or “SIPS+D2T”.



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

attribute :services

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



51
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_naptr_record.rb', line 51

attribute :state

#ttlObject?

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

Returns:

  • (Object, nil)

    Configures the TTL to be associated with this NAPTR record



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

attribute :ttl

#viewString

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

Returns:

  • (String)

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



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

attribute :view