Class: Ansible::Ruby::Modules::Eos_lldp

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

Overview

This module provides declarative management of LLDP service on Arista EOS 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

#state:present, ...

Returns State of the LLDP configuration. If value is I(present) lldp will be enabled else if it is I(absent) it will be disabled.

Returns:

  • (:present, :absent, nil)

    State of the LLDP configuration. If value is I(present) lldp will be enabled else if it is I(absent) it will be disabled.



12
# File 'lib/ansible/ruby/modules/generated/network/eos/eos_lldp.rb', line 12

attribute :state