Class: Ansible::Ruby::Modules::Vyos_lldp_interface

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

Overview

This module provides declarative management of LLDP interfaces configuration 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, 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 interfaces LLDP should be configured on.

Returns:

  • (Array<Hash>, Hash, nil)

    List of interfaces LLDP should be configured on.



15
# File 'lib/ansible/ruby/modules/generated/network/vyos/vyos_lldp_interface.rb', line 15

attribute :aggregate

#nameObject?

Returns Name of the interface LLDP should be configured on.

Returns:

  • (Object, nil)

    Name of the interface LLDP should be configured on.



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

attribute :name

#state:present, ...

Returns State of the LLDP configuration.

Returns:

  • (:present, :absent, :enabled, :disabled, nil)

    State of the LLDP configuration.



19
# File 'lib/ansible/ruby/modules/generated/network/vyos/vyos_lldp_interface.rb', line 19

attribute :state