Class: IControl::Management::SNMPConfiguration::AuthType

Inherits:
Base::Enumeration
  • Object
show all
Defined in:
lib/icontrol/management/snmp_configuration.rb,
lib/icontrol/management/snmp_configuration.rb

Overview

A list of snmp authentication types.

Constant Summary collapse

AUTH_MD5 =

Use MD5 as the authentication type.

:AUTH_MD5
AUTH_SHA =

Use SHA as the authentication type.

:AUTH_SHA
AUTH_NONE =

No authentication.

:AUTH_NONE