Class: IControl::Management::SNMPConfiguration::UserInformation

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 user’s security information.

Instance Attribute Summary collapse

Instance Attribute Details

#auth_pass_phraseString

The authentication password.

Returns:

  • (String)

    the current value of auth_pass_phrase



1819
1820
1821
# File 'lib/icontrol/management/snmp_configuration.rb', line 1819

def auth_pass_phrase
  @auth_pass_phrase
end

#auth_typeIControl::Management::SNMPConfiguration::AuthType

The type of authentication to perform ( MD5 , or SHA).

Returns:



1819
1820
1821
# File 'lib/icontrol/management/snmp_configuration.rb', line 1819

def auth_type
  @auth_type
end

#priv_pass_phraseString

The privacy password.

Returns:

  • (String)

    the current value of priv_pass_phrase



1819
1820
1821
# File 'lib/icontrol/management/snmp_configuration.rb', line 1819

def priv_pass_phrase
  @priv_pass_phrase
end

#priv_protocolIControl::Management::SNMPConfiguration::PrivacyProtocolType

The privacy protocol to use (DES).

Returns:



1819
1820
1821
# File 'lib/icontrol/management/snmp_configuration.rb', line 1819

def priv_protocol
  @priv_protocol
end

#user_nameString

The name of the user.

Returns:

  • (String)

    the current value of user_name



1819
1820
1821
# File 'lib/icontrol/management/snmp_configuration.rb', line 1819

def user_name
  @user_name
end