Class: Ansible::Ruby::Modules::Nxos_aaa_server
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Nxos_aaa_server
- Defined in:
- lib/ansible/ruby/modules/generated/network/nxos/nxos_aaa_server.rb
Overview
Manages AAA server global configuration
Instance Method Summary collapse
-
#deadtime ⇒ Integer?
Duration for which a non-reachable AAA server is skipped, in minutes or keyword ‘default.
-
#directed_request ⇒ :enabled, ...
Enables direct authentication requests to AAA server or keyword ‘default’ Device default is disabled.
-
#encrypt_type ⇒ 0, ...
The state of encryption applied to the entered global key.
-
#global_key ⇒ String?
Global AAA shared secret or keyword ‘default’.
-
#server_timeout ⇒ Integer?
Global AAA server timeout period, in seconds or keyword ‘default.
-
#server_type ⇒ :radius, :tacacs
The server type is either radius or tacacs.
-
#state ⇒ :present, ...
Manage the state of the resource.
Methods inherited from Base
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
#deadtime ⇒ Integer?
24 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_aaa_server.rb', line 24 attribute :deadtime |
#directed_request ⇒ :enabled, ...
32 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_aaa_server.rb', line 32 attribute :directed_request |
#encrypt_type ⇒ 0, ...
20 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_aaa_server.rb', line 20 attribute :encrypt_type |
#global_key ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_aaa_server.rb', line 16 attribute :global_key |
#server_timeout ⇒ Integer?
28 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_aaa_server.rb', line 28 attribute :server_timeout |
#server_type ⇒ :radius, :tacacs
12 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_aaa_server.rb', line 12 attribute :server_type |
#state ⇒ :present, ...
36 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_aaa_server.rb', line 36 attribute :state |