Class: Ansible::Ruby::Modules::Ce_mlag_interface
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ce_mlag_interface
- Defined in:
- lib/ansible/ruby/modules/generated/network/cloudengine/ce_mlag_interface.rb
Overview
Manages MLAG interface attributes on HUAWEI CloudEngine switches.
Instance Method Summary collapse
-
#dfs_group_id ⇒ String?
ID of a DFS group.The value is 1.
-
#eth_trunk_id ⇒ Object?
Name of the local M-LAG interface.
-
#interface ⇒ Object?
Name of the interface that enters the Error-Down state when the peer-link fails.
-
#mlag_error_down ⇒ :enable, ...
Configure the interface on the slave device to enter the Error-Down state.
-
#mlag_id ⇒ Object?
ID of the M-LAG.
-
#mlag_priority_id ⇒ Object?
M-LAG global LACP system priority.
-
#mlag_system_id ⇒ Object?
M-LAG global LACP system MAC address.
-
#state ⇒ :present, ...
Specify desired state of the resource.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#dfs_group_id ⇒ String?
15 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_mlag_interface.rb', line 15 attribute :dfs_group_id |
#eth_trunk_id ⇒ Object?
12 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_mlag_interface.rb', line 12 attribute :eth_trunk_id |
#interface ⇒ Object?
28 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_mlag_interface.rb', line 28 attribute :interface |
#mlag_error_down ⇒ :enable, ...
31 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_mlag_interface.rb', line 31 attribute :mlag_error_down |
#mlag_id ⇒ Object?
19 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_mlag_interface.rb', line 19 attribute :mlag_id |
#mlag_priority_id ⇒ Object?
25 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_mlag_interface.rb', line 25 attribute :mlag_priority_id |
#mlag_system_id ⇒ Object?
22 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_mlag_interface.rb', line 22 attribute :mlag_system_id |
#state ⇒ :present, ...
35 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_mlag_interface.rb', line 35 attribute :state |