Class: IControl::Management::SNMPConfiguration::WrapperUserInformation
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::SNMPConfiguration::WrapperUserInformation
- 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
-
#level ⇒ IControl::Management::SNMPConfiguration::LevelType
The user’s level.
-
#oid ⇒ String
The object identifier restricts access for the user to everything below the given oid.
-
#user ⇒ String
The name of the user.
Instance Attribute Details
#level ⇒ IControl::Management::SNMPConfiguration::LevelType
The user’s level.
1858 1859 1860 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1858 def level @level end |
#oid ⇒ String
The object identifier restricts access for the user to everything below the given oid.
1858 1859 1860 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1858 def oid @oid end |
#user ⇒ String
The name of the user.
1858 1859 1860 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1858 def user @user end |