Class: Ansible::Ruby::Modules::Nios_naptr_record
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Nios_naptr_record
- 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
-
#comment ⇒ String?
Configures a text string comment to be associated with the instance of this object.
-
#extattrs ⇒ Object?
Allows for the configuration of Extensible Attributes on the instance of the object.
-
#flags ⇒ Object?
Configures the flags field for this NAPTR record.
-
#name ⇒ String
Specifies the fully qualified hostname to add or remove from the system.
-
#order ⇒ Integer
Configures the order (0-65535) for this NAPTR record.
-
#preference ⇒ Integer
Configures the preference (0-65535) for this NAPTR record.
-
#regexp ⇒ Object?
Configures the regexp field for this NAPTR record.
-
#replacement ⇒ String
Configures the replacement field for this NAPTR record.
-
#services ⇒ Object?
Configures the services field (128 characters maximum) for this NAPTR record.
-
#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 NAPTR record.
-
#view ⇒ String
Sets the DNS view to associate this a 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
#comment ⇒ String?
47 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_naptr_record.rb', line 47 attribute :comment |
#extattrs ⇒ Object?
44 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_naptr_record.rb', line 44 attribute :extattrs |
#flags ⇒ Object?
35 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_naptr_record.rb', line 35 attribute :flags |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_naptr_record.rb', line 12 attribute :name |
#order ⇒ Integer
20 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_naptr_record.rb', line 20 attribute :order |
#preference ⇒ Integer
24 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_naptr_record.rb', line 24 attribute :preference |
#regexp ⇒ Object?
38 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_naptr_record.rb', line 38 attribute :regexp |
#replacement ⇒ String
28 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_naptr_record.rb', line 28 attribute :replacement |
#services ⇒ Object?
32 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_naptr_record.rb', line 32 attribute :services |
#state ⇒ :present, ...
51 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_naptr_record.rb', line 51 attribute :state |
#ttl ⇒ Object?
41 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_naptr_record.rb', line 41 attribute :ttl |
#view ⇒ String
16 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_naptr_record.rb', line 16 attribute :view |