Class: Ansible::Ruby::Modules::Nxos_igmp
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Nxos_igmp
- Defined in:
- lib/ansible/ruby/modules/generated/network/nxos/nxos_igmp.rb
Overview
Manages IGMP global configuration configuration settings.
Instance Method Summary collapse
-
#enforce_rtr_alert ⇒ Symbol?
Enables or disables the enforce router alert option check for IGMPv2 and IGMPv3 packets.
-
#flush_routes ⇒ Symbol?
Removes routes when the IGMP process is restarted.
-
#restart ⇒ Symbol?
Restarts the igmp process (using an exec config command).
-
#state ⇒ :present, ...
Manages desired state of the resource.
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
#enforce_rtr_alert ⇒ Symbol?
Returns 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_routes ⇒ Symbol?
Returns 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 |
#restart ⇒ Symbol?
Returns 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.
24 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_igmp.rb', line 24 attribute :state |