Class: Ansible::Ruby::Modules::Nxos_igmp_snooping

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

Overview

Manages IGMP snooping global configuration.

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

#group_timeoutString?

Returns Group membership timeout value for all VLANs on the device. Accepted values are integer in range 1-10080, I(never) and I(default).

Returns:

  • (String, nil)

    Group membership timeout value for all VLANs on the device. Accepted values are integer in range 1-10080, I(never) and I(default).



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

attribute :group_timeout

Returns Global link-local groups suppression.

Returns:

  • (Symbol, nil)

    Global link-local groups suppression.



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

attribute :link_local_grp_supp

#report_suppSymbol?

Returns Global IGMPv1/IGMPv2 Report Suppression.

Returns:

  • (Symbol, nil)

    Global IGMPv1/IGMPv2 Report Suppression.



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

attribute :report_supp

#snoopingSymbol?

Returns Enables/disables IGMP snooping on the switch.

Returns:

  • (Symbol, nil)

    Enables/disables IGMP snooping on the switch.



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

attribute :snooping

#state:present, ...

Returns Manage the state of the resource.

Returns:

  • (:present, :default, nil)

    Manage the state of the resource.



32
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_igmp_snooping.rb', line 32

attribute :state

#v3_report_suppSymbol?

Returns Global IGMPv3 Report Suppression and Proxy Reporting.

Returns:

  • (Symbol, nil)

    Global IGMPv3 Report Suppression and Proxy Reporting.



28
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_igmp_snooping.rb', line 28

attribute :v3_report_supp