Class: Ansible::Ruby::Modules::Nxos_ntp_auth

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

Overview

Manages NTP authentication.

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

#auth_type:text, ...

Returns Whether the given md5string is in cleartext or has been encrypted. If in cleartext, the device will encrypt it before storing it.

Returns:

  • (:text, :encrypt, nil)

    Whether the given md5string is in cleartext or has been encrypted. If in cleartext, the device will encrypt it before storing it.



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

attribute :auth_type

#authentication:on, ...

Returns Turns NTP authentication on or off.

Returns:

  • (:on, :off, nil)

    Turns NTP authentication on or off.



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

attribute :authentication

#key_idInteger?

Returns Authentication key identifier (numeric).

Returns:

  • (Integer, nil)

    Authentication key identifier (numeric).



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

attribute :key_id

#md5stringString?

Returns MD5 String.

Returns:

  • (String, nil)

    MD5 String.



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

attribute :md5string

#state:present, ...

Returns Manage the state of the resource.

Returns:

  • (:present, :absent, nil)

    Manage the state of the resource.



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

attribute :state

#trusted_key:false, ...

Returns Whether the given key is required to be supplied by a time source for the device to synchronize to the time source.

Returns:

  • (:false, :true, nil)

    Whether the given key is required to be supplied by a time source for the device to synchronize to the time source.



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

attribute :trusted_key