Class: IControl::Management::SNMPConfiguration::MibnumNameProgArgs
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::SNMPConfiguration::MibnumNameProgArgs
- Defined in:
- lib/icontrol/management/snmp_configuration.rb,
lib/icontrol/management/snmp_configuration.rb
Overview
Used to signal the agent to execute the named program with the given arguments and returns the exit status and the first line of the STDOUT output of the program to queries of the EXTENSIBLEDOTMIB.SHELLMIBNUM.mib_num.ERRORFLAG and EXTENSIBLEDOTMIB.SHELLMIBNUM.mib_num.ERRORMSG mib columns. The mib_num.ERRORMSG mib contains the entire STDOUT output, one mib table entry per line of output.
Instance Attribute Summary (collapse)
-
- (String) mib_num
The mib number index to use for program control.
-
- (IControl::Management::SNMPConfiguration::NameProgArgs) name_prog_args
The program definition.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (String) mib_num
The mib number index to use for program control
1704 1705 1706 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1704 def mib_num @mib_num end |
- (IControl::Management::SNMPConfiguration::NameProgArgs) name_prog_args
The program definition.
1704 1705 1706 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1704 def name_prog_args @name_prog_args end |