Class: Ansible::Ruby::Modules::Nios_aaaa_record
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Nios_aaaa_record
- Defined in:
- lib/ansible/ruby/modules/generated/net_tools/nios/nios_aaaa_record.rb
Overview
Adds and/or removes instances of AAAA record objects from Infoblox NIOS servers. This module manages NIOS C(record:aaaa) 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.
-
#ipv6addr ⇒ Object
Configures the IPv6 address for this AAAA record.
-
#name ⇒ String
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 AAAA record.
-
#view ⇒ String
Sets the DNS view to associate this AAAA 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?
30 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_aaaa_record.rb', line 30 attribute :comment |
#extattrs ⇒ Object?
27 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_aaaa_record.rb', line 27 attribute :extattrs |
#ipv6addr ⇒ Object
20 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_aaaa_record.rb', line 20 attribute :ipv6addr |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_aaaa_record.rb', line 12 attribute :name |
#state ⇒ :present, ...
34 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_aaaa_record.rb', line 34 attribute :state |
#ttl ⇒ Object?
24 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_aaaa_record.rb', line 24 attribute :ttl |
#view ⇒ String
16 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_aaaa_record.rb', line 16 attribute :view |