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)

Method Summary

Methods inherited from Base::Struct

from_soap, icontrol_attribute, #to_soap

Instance Attribute Details

- (String) oid

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

- (String) password

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