Class: Ansible::Ruby::Modules::Vyos_linkagg

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

Overview

This module provides declarative management of link aggregation groups on VyOS 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, #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/vyos/vyos_linkagg.rb', line 24

attribute :aggregate

#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/vyos/vyos_linkagg.rb', line 20

attribute :members

#mode:"802.3ad", ...

Returns Mode of the link aggregation group.

Returns:

  • (:"802.3ad", :"active-backup", :broadcast, :"round-robin", :"transmit-load-balance", :"adaptive-load-balance", :"xor-hash", :on, nil)

    Mode of the link aggregation group.



16
# File 'lib/ansible/ruby/modules/generated/network/vyos/vyos_linkagg.rb', line 16

attribute :mode

#nameString

Returns Name of the link aggregation group.

Returns:

  • (String)

    Name of the link aggregation group.



12
# File 'lib/ansible/ruby/modules/generated/network/vyos/vyos_linkagg.rb', line 12

attribute :name

#state:present, ...

Returns State of the link aggregation group.

Returns:

  • (:present, :absent, :up, :down, nil)

    State of the link aggregation group.



28
# File 'lib/ansible/ruby/modules/generated/network/vyos/vyos_linkagg.rb', line 28

attribute :state