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
-
#oid ⇒ String
The object identifier for the sub agent.
-
#password ⇒ String
The secret for communications with the sub agent.
Instance Attribute Details
#oid ⇒ String
The object identifier for the sub agent.
1790 1791 1792 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1790 def oid @oid end |
#password ⇒ String
The secret for communications with the sub agent.
1790 1791 1792 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1790 def password @password end |