Class: Ansible::Ruby::Modules::Nxos_aaa_server_host

Inherits:
Base show all
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

Methods inherited from Base

#ansible_name, #to_h

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

#acct_portInteger?

Returns Alternate UDP port for RADIUS accounting or keyword ‘default’.

Returns:

  • (Integer, nil)

    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

#addressString

Returns Address or name of the radius or tacacs host.

Returns:

  • (String)

    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_portObject?

Returns Alternate UDP port for RADIUS authentication or keyword ‘default’.

Returns:

  • (Object, nil)

    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_type0, ...

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

Returns:

  • (0, 7, nil)

    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_timeoutInteger?

Returns Timeout period for specified host, in seconds or keyword ‘default. Range is 1-60.

Returns:

  • (Integer, nil)

    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

#keyString?

Returns Shared secret for the specified host or keyword ‘default’.

Returns:

  • (String, nil)

    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.

Returns:

  • (:radius, :tacacs)

    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.

Returns:

  • (:present, :absent, nil)

    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_portInteger?

Returns Alternate TCP port TACACS Server or keyword ‘default’.

Returns:

  • (Integer, nil)

    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