SnmpUser#

class SnmpUser(username=None, auth_type=None, auth_key=None, priv_type=None, priv_key=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)[source]#

Bases: ExternalizableAbstractModel

SNMP user information

Parameters:
  • username (required) – (username) SNMP user name

  • auth_type (required) – (auth_type)

  • auth_key (required) – (auth_key) SNMP user authentication key

  • priv_type – (priv_type)

  • priv_key – (priv_key) SNMP user encryption key

property auth_key#

SNMP user authentication key

Type:

str

property auth_type#
Type:

SnmpAuthType

property priv_key#

SNMP user encryption key

Type:

str

property priv_type#
Type:

SnmpPrivType

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model

property username#

SNMP user name

Type:

str