Class: Ansible::Ruby::Modules::Nxos_aaa_server_host
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Nxos_aaa_server_host
- Defined in:
- lib/ansible/ruby/modules/generated/network/nxos/nxos_aaa_server_host.rb
Overview
Manages AAA server host-specific configuration.
Instance Method Summary collapse
-
#acct_port ⇒ Integer?
Alternate UDP port for RADIUS accounting or keyword ‘default’.
-
#address ⇒ String
Address or name of the radius or tacacs host.
-
#auth_port ⇒ Object?
Alternate UDP port for RADIUS authentication or keyword ‘default’.
-
#encrypt_type ⇒ 0, ...
The state of encryption applied to the entered key.
-
#host_timeout ⇒ Integer?
Timeout period for specified host, in seconds or keyword ‘default.
-
#key ⇒ String?
Shared secret for the specified host or keyword ‘default’.
-
#server_type ⇒ :radius, :tacacs
The server type is either radius or tacacs.
-
#state ⇒ :present, ...
Manage the state of the resource.
-
#tacacs_port ⇒ Integer?
Alternate TCP port TACACS Server or keyword ‘default’.
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
#acct_port ⇒ Integer?
Returns Alternate UDP port for RADIUS accounting or keyword ‘default’.
35 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_aaa_server_host.rb', line 35 attribute :acct_port |
#address ⇒ String
Returns Address or name of the radius or tacacs host.
16 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_aaa_server_host.rb', line 16 attribute :address |
#auth_port ⇒ Object?
Returns Alternate UDP port for RADIUS authentication or keyword ‘default’.
32 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_aaa_server_host.rb', line 32 attribute :auth_port |
#encrypt_type ⇒ 0, ...
Returns The state of encryption applied to the entered key. O for clear text, 7 for encrypted. Type-6 encryption is not supported.
24 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_aaa_server_host.rb', line 24 attribute :encrypt_type |
#host_timeout ⇒ Integer?
Returns Timeout period for specified host, in seconds or keyword ‘default. Range is 1-60.
28 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_aaa_server_host.rb', line 28 attribute :host_timeout |
#key ⇒ String?
Returns Shared secret for the specified host or keyword ‘default’.
20 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_aaa_server_host.rb', line 20 attribute :key |
#server_type ⇒ :radius, :tacacs
Returns The server type is either radius or tacacs.
12 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_aaa_server_host.rb', line 12 attribute :server_type |
#state ⇒ :present, ...
Returns Manage the state of the resource.
43 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_aaa_server_host.rb', line 43 attribute :state |
#tacacs_port ⇒ Integer?
Returns Alternate TCP port TACACS Server or keyword ‘default’.
39 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_aaa_server_host.rb', line 39 attribute :tacacs_port |