Class: IControl::Management::SNMPConfiguration::PassThroughInformation
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::SNMPConfiguration::PassThroughInformation
- Defined in:
- lib/icontrol/management/snmp_configuration.rb,
lib/icontrol/management/snmp_configuration.rb
Overview
A struct that describes the passing of entire control of mib_oid to the exec_name program.
Instance Attribute Summary (collapse)
-
- (String) exec_name
The program name to pass the mib_oid to.
-
- (String) mib_oid
The oid to pass to the given exec_name program.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (String) exec_name
The program name to pass the mib_oid to.
1728 1729 1730 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1728 def exec_name @exec_name end |
- (String) mib_oid
The oid to pass to the given exec_name program.
1728 1729 1730 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1728 def mib_oid @mib_oid end |