Class: IControl::Management::SNMPConfiguration::WrapperUserInformation

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

Overview

A struct that describes a SNMPv3 USM user in the VACM access configuration tables.

Instance Attribute Summary collapse

Instance Attribute Details

#levelIControl::Management::SNMPConfiguration::LevelType

The user’s level.

Returns:


1858
1859
1860
# File 'lib/icontrol/management/snmp_configuration.rb', line 1858

def level
  @level
end

#oidString

The object identifier restricts access for the user to everything below the given oid.

Returns:

  • (String)

    the current value of oid


1858
1859
1860
# File 'lib/icontrol/management/snmp_configuration.rb', line 1858

def oid
  @oid
end

#userString

The name of the user.

Returns:

  • (String)

    the current value of user


1858
1859
1860
# File 'lib/icontrol/management/snmp_configuration.rb', line 1858

def user
  @user
end