Class: Ansible::Ruby::Modules::Onyx_protocol
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Onyx_protocol
- Defined in:
- lib/ansible/ruby/modules/generated/network/onyx/onyx_protocol.rb
Overview
This module provides a mechanism for enabling and disabling protocols Mellanox on ONYX network devices.
Instance Method Summary collapse
-
#bgp ⇒ :enabled, ...
BGP protocol.
-
#dcb_pfc ⇒ :enabled, ...
DCB priority flow control.
-
#igmp_snooping ⇒ :enabled, ...
IP IGMP snooping.
-
#ip_l3 ⇒ :enabled, ...
IP L3 support.
-
#ip_routing ⇒ :enabled, ...
IP routing support.
-
#lacp ⇒ :enabled, ...
LACP protocol.
-
#lldp ⇒ :enabled, ...
LLDP protocol.
-
#magp ⇒ :enabled, ...
MAGP protocol.
-
#mlag ⇒ :enabled, ...
MLAG protocol.
-
#ospf ⇒ :enabled, ...
OSPF protocol.
-
#spanning_tree ⇒ :enabled, ...
Spanning Tree support.
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
#bgp ⇒ :enabled, ...
Returns BGP protocol.
48 |
# File 'lib/ansible/ruby/modules/generated/network/onyx/onyx_protocol.rb', line 48 attribute :bgp |
#dcb_pfc ⇒ :enabled, ...
Returns DCB priority flow control.
24 |
# File 'lib/ansible/ruby/modules/generated/network/onyx/onyx_protocol.rb', line 24 attribute :dcb_pfc |
#igmp_snooping ⇒ :enabled, ...
Returns IP IGMP snooping.
28 |
# File 'lib/ansible/ruby/modules/generated/network/onyx/onyx_protocol.rb', line 28 attribute :igmp_snooping |
#ip_l3 ⇒ :enabled, ...
Returns IP L3 support.
36 |
# File 'lib/ansible/ruby/modules/generated/network/onyx/onyx_protocol.rb', line 36 attribute :ip_l3 |
#ip_routing ⇒ :enabled, ...
Returns IP routing support.
40 |
# File 'lib/ansible/ruby/modules/generated/network/onyx/onyx_protocol.rb', line 40 attribute :ip_routing |
#lacp ⇒ :enabled, ...
Returns LACP protocol.
32 |
# File 'lib/ansible/ruby/modules/generated/network/onyx/onyx_protocol.rb', line 32 attribute :lacp |
#lldp ⇒ :enabled, ...
Returns LLDP protocol.
44 |
# File 'lib/ansible/ruby/modules/generated/network/onyx/onyx_protocol.rb', line 44 attribute :lldp |
#magp ⇒ :enabled, ...
Returns MAGP protocol.
16 |
# File 'lib/ansible/ruby/modules/generated/network/onyx/onyx_protocol.rb', line 16 attribute :magp |
#mlag ⇒ :enabled, ...
Returns MLAG protocol.
12 |
# File 'lib/ansible/ruby/modules/generated/network/onyx/onyx_protocol.rb', line 12 attribute :mlag |
#ospf ⇒ :enabled, ...
Returns OSPF protocol.
52 |
# File 'lib/ansible/ruby/modules/generated/network/onyx/onyx_protocol.rb', line 52 attribute :ospf |
#spanning_tree ⇒ :enabled, ...
Returns Spanning Tree support.
20 |
# File 'lib/ansible/ruby/modules/generated/network/onyx/onyx_protocol.rb', line 20 attribute :spanning_tree |