Class: Ansible::Ruby::Modules::Junos_lldp
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Junos_lldp
- Defined in:
- lib/ansible/ruby/modules/generated/network/junos/junos_lldp.rb
Overview
This module provides declarative management of LLDP service on Juniper JUNOS network devices.
Instance Method Summary collapse
-
#active ⇒ Boolean?
Specifies whether or not the configuration is active or deactivated.
-
#hold_multiplier ⇒ Integer?
Specify the number of seconds that LLDP information is held before it is discarded.
-
#interval ⇒ Integer?
Frequency at which LLDP advertisements are sent (in seconds).
-
#state ⇒ :present, ...
Value of C(present) ensures given LLDP configuration is present on device and LLDP is enabled, for value of C(absent) LLDP configuration is deleted and LLDP is in disabled state.
-
#transmit_delay ⇒ Integer?
Specify the number of seconds the device waits before sending advertisements to neighbors after a change is made in local system.
Methods inherited from Base
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
#active ⇒ Boolean?
28 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_lldp.rb', line 28 attribute :active |
#hold_multiplier ⇒ Integer?
20 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_lldp.rb', line 20 attribute :hold_multiplier |
#interval ⇒ Integer?
12 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_lldp.rb', line 12 attribute :interval |
#state ⇒ :present, ...
24 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_lldp.rb', line 24 attribute :state |
#transmit_delay ⇒ Integer?
16 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_lldp.rb', line 16 attribute :transmit_delay |