Class: Ansible::Ruby::Modules::Nios_network

Inherits:
Base show all
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

Methods inherited from Base

#ansible_name, #to_h

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

#commentString?

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.

Returns:

  • (String, nil)

    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

#extattrsObject?

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.

Returns:

  • (Object, nil)

    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

#networkString

Returns Specifies the network to add or remove from the system. The value should use CIDR notation.

Returns:

  • (String)

    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_viewString

Returns Configures the name of the network view to associate with this configured instance.

Returns:

  • (String)

    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

#optionsArray<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.

Returns:

  • (Array<Hash>, Hash, nil)

    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.

Returns:

  • (:present, :absent, nil)

    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