Class: Ansible::Ruby::Modules::Net_linkagg
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Net_linkagg
- Defined in:
- lib/ansible/ruby/modules/generated/network/interface/net_linkagg.rb
Overview
This module provides declarative management of link aggregation groups on network devices.
Instance Method Summary collapse
-
#aggregate ⇒ Array<Hash>, ...
List of link aggregation definitions.
-
#members ⇒ Array<String>, String
List of members interfaces of the link aggregation group.
-
#min_links ⇒ Object?
Minimum members that should be up before bringing up the link aggregation group.
-
#mode ⇒ Boolean?
Mode of the link aggregation group.
-
#name ⇒ String
Name of the link aggregation group.
-
#purge ⇒ Boolean?
Purge link aggregation groups not defined in the I(aggregate) parameter.
-
#state ⇒ :present, ...
State of the link aggregation group.
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
#aggregate ⇒ Array<Hash>, ...
27 |
# File 'lib/ansible/ruby/modules/generated/network/interface/net_linkagg.rb', line 27 attribute :aggregate |
#members ⇒ Array<String>, String
20 |
# File 'lib/ansible/ruby/modules/generated/network/interface/net_linkagg.rb', line 20 attribute :members |
#min_links ⇒ Object?
24 |
# File 'lib/ansible/ruby/modules/generated/network/interface/net_linkagg.rb', line 24 attribute :min_links |
#mode ⇒ Boolean?
16 |
# File 'lib/ansible/ruby/modules/generated/network/interface/net_linkagg.rb', line 16 attribute :mode |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/network/interface/net_linkagg.rb', line 12 attribute :name |
#purge ⇒ Boolean?
31 |
# File 'lib/ansible/ruby/modules/generated/network/interface/net_linkagg.rb', line 31 attribute :purge |
#state ⇒ :present, ...
35 |
# File 'lib/ansible/ruby/modules/generated/network/interface/net_linkagg.rb', line 35 attribute :state |