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
-
#mib_num ⇒ String
The mib number index to use for program control.
-
#name_prog_args ⇒ IControl::Management::SNMPConfiguration::NameProgArgs
The program definition.
Instance Attribute Details
#mib_num ⇒ String
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 |
#name_prog_args ⇒ IControl::Management::SNMPConfiguration::NameProgArgs
The program definition.
1704 1705 1706 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1704 def name_prog_args @name_prog_args end |