Class: Ansible::Ruby::Modules::Nios_dns_view
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Nios_dns_view
- Defined in:
- lib/ansible/ruby/modules/generated/net_tools/nios/nios_dns_view.rb
Overview
Adds and/or removes instances of DNS view objects from Infoblox NIOS servers. This module manages NIOS C(view) objects using the Infoblox WAPI interface over REST. Updates instances of DNS view object from Infoblox NIOS servers.
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.
-
#name ⇒ String, Hash
Specifies the fully qualified hostname to add or remove from the system.
-
#network_view ⇒ String
Specifies the name of the network view to assign the configured DNS view to.
-
#state ⇒ :present, ...
Configures the intended state of the instance of the object on the NIOS server.
Methods inherited from Base
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
#comment ⇒ String?
24 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_dns_view.rb', line 24 attribute :comment |
#extattrs ⇒ Object?
21 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_dns_view.rb', line 21 attribute :extattrs |
#name ⇒ String, Hash
13 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_dns_view.rb', line 13 attribute :name |
#network_view ⇒ String
17 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_dns_view.rb', line 17 attribute :network_view |
#state ⇒ :present, ...
28 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_dns_view.rb', line 28 attribute :state |