Class: Ansible::Ruby::Modules::Ce_snmp_user

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

Overview

Manages SNMP user configurations on CloudEngine switches.

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

#aaa_local_userObject?

Returns Unique name to identify the local user.

Returns:

  • (Object, nil)

    Unique name to identify the local user.



18
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_snmp_user.rb', line 18

attribute :aaa_local_user

#acl_numberObject?

Returns Access control list number.

Returns:

  • (Object, nil)

    Access control list number.



12
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_snmp_user.rb', line 12

attribute :acl_number

#auth_keyObject?

Returns The authentication password. Password length, 8-255 characters.

Returns:

  • (Object, nil)

    The authentication password. Password length, 8-255 characters.



31
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_snmp_user.rb', line 31

attribute :auth_key

#auth_protocol:noAuth, ...

Returns Authentication protocol.

Returns:

  • (:noAuth, :md5, :sha, nil)

    Authentication protocol.



27
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_snmp_user.rb', line 27

attribute :auth_protocol

#priv_keyObject?

Returns The encryption password. Password length 8-255 characters.

Returns:

  • (Object, nil)

    The encryption password. Password length 8-255 characters.



38
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_snmp_user.rb', line 38

attribute :priv_key

#priv_protocol:noPriv, ...

Returns Encryption protocol.

Returns:

  • (:noPriv, :des56, :"3des168", :aes128, :aes192, :aes256, nil)

    Encryption protocol.



34
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_snmp_user.rb', line 34

attribute :priv_protocol

#remote_engine_idObject?

Returns Remote engine id of the USM user.

Returns:

  • (Object, nil)

    Remote engine id of the USM user.



21
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_snmp_user.rb', line 21

attribute :remote_engine_id

#user_groupObject?

Returns Name of the group where user belongs to.

Returns:

  • (Object, nil)

    Name of the group where user belongs to.



24
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_snmp_user.rb', line 24

attribute :user_group

#usm_user_nameObject?

Returns Unique name to identify the USM user.

Returns:

  • (Object, nil)

    Unique name to identify the USM user.



15
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_snmp_user.rb', line 15

attribute :usm_user_name