Class: Ansible::Ruby::Modules::Onyx_mlag_ipl
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Onyx_mlag_ipl
- Defined in:
- lib/ansible/ruby/modules/generated/network/onyx/onyx_mlag_ipl.rb
Overview
This module provides declarative management of IPL (inter-peer link) management on Mellanox ONYX network devices.
Instance Method Summary collapse
-
#name ⇒ String
Name of the interface (port-channel) IPL should be configured on.
-
#peer_address ⇒ String?
IPL peer IP address.
-
#state ⇒ :present, ...
IPL state.
-
#vlan_interface ⇒ String?
Name of the IPL vlan interface.
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
#name ⇒ String
Returns Name of the interface (port-channel) IPL should be configured on.
12 |
# File 'lib/ansible/ruby/modules/generated/network/onyx/onyx_mlag_ipl.rb', line 12 attribute :name |
#peer_address ⇒ String?
Returns IPL peer IP address.
24 |
# File 'lib/ansible/ruby/modules/generated/network/onyx/onyx_mlag_ipl.rb', line 24 attribute :peer_address |
#state ⇒ :present, ...
Returns IPL state.
20 |
# File 'lib/ansible/ruby/modules/generated/network/onyx/onyx_mlag_ipl.rb', line 20 attribute :state |
#vlan_interface ⇒ String?
Returns Name of the IPL vlan interface.
16 |
# File 'lib/ansible/ruby/modules/generated/network/onyx/onyx_mlag_ipl.rb', line 16 attribute :vlan_interface |