Class: Ansible::Ruby::Modules::Nios_network
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Nios_network
- Defined in:
- lib/ansible/ruby/modules/generated/net_tools/nios/nios_network.rb
Overview
Adds and/or removes instances of network objects from Infoblox NIOS servers. This module manages NIOS C(network) objects using the Infoblox WAPI interface over REST. Supports both IPV4 and IPV6 internet protocols
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.
-
#network ⇒ String
Specifies the network to add or remove from the system.
-
#network_view ⇒ String
Configures the name of the network view to associate with this configured instance.
-
#options ⇒ Array<Hash>, ...
Configures the set of DHCP options to be included as part of the configured network instance.
-
#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?
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.
28 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_network.rb', line 28 attribute :comment |
#extattrs ⇒ Object?
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.
25 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_network.rb', line 25 attribute :extattrs |
#network ⇒ String
Returns Specifies the network to add or remove from the system. The value should use CIDR notation.
13 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_network.rb', line 13 attribute :network |
#network_view ⇒ String
Returns Configures the name of the network view to associate with this configured instance.
17 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_network.rb', line 17 attribute :network_view |
#options ⇒ Array<Hash>, ...
Returns Configures the set of DHCP options to be included as part of the configured network instance. This argument accepts a list of values (see suboptions). When configuring suboptions at least one of C(name) or C(num) must be specified.
21 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_network.rb', line 21 attribute :options |
#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.
32 |
# File 'lib/ansible/ruby/modules/generated/net_tools/nios/nios_network.rb', line 32 attribute :state |