Class: IControl::Management::SNMPConfiguration::SmuxSubAgentInformation
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::SNMPConfiguration::SmuxSubAgentInformation
- 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)
-
- (String) oid
The object identifier for the sub agent.
-
- (String) password
The secret for communications with the sub agent.
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.
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.
1790 1791 1792 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1790 def password @password end |