Class: Ansible::Ruby::Modules::Nxos_igmp

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/network/nxos/nxos_igmp.rb

Overview

Manages IGMP global configuration configuration settings.

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

#enforce_rtr_alertSymbol?

Returns Enables or disables the enforce router alert option check for IGMPv2 and IGMPv3 packets.

Returns:

  • (Symbol, nil)

    Enables or disables the enforce router alert option check for IGMPv2 and IGMPv3 packets.



16
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_igmp.rb', line 16

attribute :enforce_rtr_alert

#flush_routesSymbol?

Returns Removes routes when the IGMP process is restarted. By default, routes are not flushed.

Returns:

  • (Symbol, nil)

    Removes routes when the IGMP process is restarted. By default, routes are not flushed.



12
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_igmp.rb', line 12

attribute :flush_routes

#restartSymbol?

Returns Restarts the igmp process (using an exec config command).

Returns:

  • (Symbol, nil)

    Restarts the igmp process (using an exec config command).



20
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_igmp.rb', line 20

attribute :restart

#state:present, ...

Returns Manages desired state of the resource.

Returns:

  • (:present, :default, nil)

    Manages desired state of the resource.



24
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_igmp.rb', line 24

attribute :state