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
-
#exec_name ⇒ String
The program name to pass the mib_oid to.
-
#mib_oid ⇒ String
The oid to pass to the given exec_name program.
Instance Attribute Details
#exec_name ⇒ String
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 |
#mib_oid ⇒ String
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 |