Class: Ansible::Ruby::Modules::Nxos_udld
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Nxos_udld
- Defined in:
- lib/ansible/ruby/modules/generated/network/nxos/nxos_udld.rb
Overview
Manages UDLD global configuration params.
Instance Method Summary collapse
-
#aggressive ⇒ :enabled, ...
Toggles aggressive mode.
-
#msg_time ⇒ Integer?
Message time in seconds for UDLD packets or keyword ‘default’.
-
#reset ⇒ :yes, ...
Ability to reset all ports shut down by UDLD.
-
#state ⇒ :present, ...
Manage the state of the resource.
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
#aggressive ⇒ :enabled, ...
12 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_udld.rb', line 12 attribute :aggressive |
#msg_time ⇒ Integer?
16 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_udld.rb', line 16 attribute :msg_time |
#reset ⇒ :yes, ...
20 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_udld.rb', line 20 attribute :reset |
#state ⇒ :present, ...
24 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_udld.rb', line 24 attribute :state |