Class: Ansible::Ruby::Modules::Nios_network_view
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Nios_network_view
- Defined in:
- lib/ansible/ruby/modules/generated/net_tools/nios/nios_network_view.rb
Overview
Adds and/or removes instances of network view objects from Infoblox NIOS servers. This module manages NIOS C(networkview) objects using the Infoblox WAPI interface over REST. Updates instances of network 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.
-
#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, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#comment ⇒ String?
20 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_network_view.rb', line 20 attribute :comment |
#extattrs ⇒ Object?
17 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_network_view.rb', line 17 attribute :extattrs |
#name ⇒ String, Hash
13 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_network_view.rb', line 13 attribute :name |
#state ⇒ :present, ...
24 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_network_view.rb', line 24 attribute :state |