Class: IControl::Management::SNMPConfiguration::SmuxSubAgentInformation

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

Overview

This type is deprecated (immediately) and should not be used, in order to ensure proper operation of the system. A struct that describes a smux sub agent.

Instance Attribute Summary collapse

Instance Attribute Details

#oidString

The object identifier for the sub agent.

Returns:

  • (String)

    the current value of oid



1790
1791
1792
# File 'lib/icontrol/management/snmp_configuration.rb', line 1790

def oid
  @oid
end

#passwordString

The secret for communications with the sub agent.

Returns:

  • (String)

    the current value of password



1790
1791
1792
# File 'lib/icontrol/management/snmp_configuration.rb', line 1790

def password
  @password
end