Class: Ansible::Ruby::Modules::Nxos_snmp_user
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Nxos_snmp_user
- Defined in:
- lib/ansible/ruby/modules/generated/network/nxos/nxos_snmp_user.rb
Overview
Manages SNMP user configuration.
Instance Method Summary collapse
-
#authentication ⇒ :md5, ...
Authentication parameters for the user.
-
#encrypt ⇒ Symbol?
Enables AES-128 bit encryption when using privacy password.
-
#group ⇒ String?
Group to which the user will belong to.
-
#privacy ⇒ Object?
Privacy password for the user.
-
#pwd ⇒ String?
Authentication password when using md5 or sha.
-
#state ⇒ :present, ...
Manage the state of the resource.
-
#user ⇒ String
Name of the user.
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
#authentication ⇒ :md5, ...
20 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_snmp_user.rb', line 20 attribute :authentication |
#encrypt ⇒ Symbol?
31 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_snmp_user.rb', line 31 attribute :encrypt |
#group ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_snmp_user.rb', line 16 attribute :group |
#privacy ⇒ Object?
28 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_snmp_user.rb', line 28 attribute :privacy |
#pwd ⇒ String?
24 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_snmp_user.rb', line 24 attribute :pwd |
#state ⇒ :present, ...
35 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_snmp_user.rb', line 35 attribute :state |
#user ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_snmp_user.rb', line 12 attribute :user |