Class: Ansible::Ruby::Modules::Nxos_aaa_server

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

Overview

Manages AAA server global configuration

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#deadtimeInteger?

Returns Duration for which a non-reachable AAA server is skipped, in minutes or keyword ‘default. Range is 1-1440. Device default is 0.

Returns:

  • (Integer, nil)

    Duration for which a non-reachable AAA server is skipped, in minutes or keyword ‘default. Range is 1-1440. Device default is 0.



24
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_aaa_server.rb', line 24

attribute :deadtime

#directed_request:enabled, ...

Returns Enables direct authentication requests to AAA server or keyword ‘default’ Device default is disabled.

Returns:

  • (:enabled, :disabled, nil)

    Enables direct authentication requests to AAA server or keyword ‘default’ Device default is disabled.



32
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_aaa_server.rb', line 32

attribute :directed_request

#encrypt_type0, ...

Returns The state of encryption applied to the entered global key. O clear text, 7 encrypted. Type-6 encryption is not supported.

Returns:

  • (0, 7, nil)

    The state of encryption applied to the entered global key. O clear text, 7 encrypted. Type-6 encryption is not supported.



20
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_aaa_server.rb', line 20

attribute :encrypt_type

#global_keyString?

Returns Global AAA shared secret or keyword ‘default’.

Returns:

  • (String, nil)

    Global AAA shared secret or keyword ‘default’.



16
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_aaa_server.rb', line 16

attribute :global_key

#server_timeoutInteger?

Returns Global AAA server timeout period, in seconds or keyword ‘default. Range is 1-60. Device default is 5.

Returns:

  • (Integer, nil)

    Global AAA server timeout period, in seconds or keyword ‘default. Range is 1-60. Device default is 5.



28
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_aaa_server.rb', line 28

attribute :server_timeout

#server_type:radius, :tacacs

Returns The server type is either radius or tacacs.

Returns:

  • (:radius, :tacacs)

    The server type is either radius or tacacs.



12
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_aaa_server.rb', line 12

attribute :server_type

#state:present, ...

Returns Manage the state of the resource.

Returns:

  • (:present, :default, nil)

    Manage the state of the resource.



36
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_aaa_server.rb', line 36

attribute :state