Class: IControl::Management::SNMPConfiguration::MibnumNameProgArgs

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#mib_numString

The mib number index to use for program control

Returns:

  • (String)

    the current value of mib_num



1704
1705
1706
# File 'lib/icontrol/management/snmp_configuration.rb', line 1704

def mib_num
  @mib_num
end

#name_prog_argsIControl::Management::SNMPConfiguration::NameProgArgs

The program definition.

Returns:



1704
1705
1706
# File 'lib/icontrol/management/snmp_configuration.rb', line 1704

def name_prog_args
  @name_prog_args
end