Class: IControl::Management::SNMPConfiguration::UserInformation
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::SNMPConfiguration::UserInformation
- Defined in:
- lib/icontrol/management/snmp_configuration.rb,
lib/icontrol/management/snmp_configuration.rb
Overview
A struct that describes a user’s security information.
Instance Attribute Summary collapse
-
#auth_pass_phrase ⇒ String
The authentication password.
-
#auth_type ⇒ IControl::Management::SNMPConfiguration::AuthType
The type of authentication to perform ( MD5 , or SHA).
-
#priv_pass_phrase ⇒ String
The privacy password.
-
#priv_protocol ⇒ IControl::Management::SNMPConfiguration::PrivacyProtocolType
The privacy protocol to use (DES).
-
#user_name ⇒ String
The name of the user.
Instance Attribute Details
#auth_pass_phrase ⇒ String
The authentication password.
1819 1820 1821 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1819 def auth_pass_phrase @auth_pass_phrase end |
#auth_type ⇒ IControl::Management::SNMPConfiguration::AuthType
The type of authentication to perform ( MD5 , or SHA).
1819 1820 1821 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1819 def auth_type @auth_type end |
#priv_pass_phrase ⇒ String
The privacy password.
1819 1820 1821 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1819 def priv_pass_phrase @priv_pass_phrase end |
#priv_protocol ⇒ IControl::Management::SNMPConfiguration::PrivacyProtocolType
The privacy protocol to use (DES).
1819 1820 1821 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1819 def priv_protocol @priv_protocol end |
#user_name ⇒ String
The name of the user.
1819 1820 1821 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1819 def user_name @user_name end |