Class: Ansible::Ruby::Modules::Slxos_linkagg

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

Overview

This module provides declarative management of link aggregation groups on Extreme Networks SLX-OS network devices.

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

#aggregateArray<Hash>, ...

Returns List of link aggregation definitions.

Returns:

  • (Array<Hash>, Hash, nil)

    List of link aggregation definitions.



24
# File 'lib/ansible/ruby/modules/generated/network/slxos/slxos_linkagg.rb', line 24

attribute :aggregate

#groupInteger?

Returns Channel-group number for the port-channel Link aggregation group. Range 1-1024.

Returns:

  • (Integer, nil)

    Channel-group number for the port-channel Link aggregation group. Range 1-1024.



12
# File 'lib/ansible/ruby/modules/generated/network/slxos/slxos_linkagg.rb', line 12

attribute :group

#membersArray<String>, ...

Returns List of members of the link aggregation group.

Returns:

  • (Array<String>, String, nil)

    List of members of the link aggregation group.



20
# File 'lib/ansible/ruby/modules/generated/network/slxos/slxos_linkagg.rb', line 20

attribute :members

#mode:active, ...

Returns Mode of the link aggregation group.

Returns:

  • (:active, :on, :passive, nil)

    Mode of the link aggregation group.



16
# File 'lib/ansible/ruby/modules/generated/network/slxos/slxos_linkagg.rb', line 16

attribute :mode

#purgeSymbol?

Returns Purge links not defined in the I(aggregate) parameter.

Returns:

  • (Symbol, nil)

    Purge links not defined in the I(aggregate) parameter.



32
# File 'lib/ansible/ruby/modules/generated/network/slxos/slxos_linkagg.rb', line 32

attribute :purge

#state:present, ...

Returns State of the link aggregation group.

Returns:

  • (:present, :absent, nil)

    State of the link aggregation group.



28
# File 'lib/ansible/ruby/modules/generated/network/slxos/slxos_linkagg.rb', line 28

attribute :state