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)

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

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

- (IControl::Management::SNMPConfiguration::NameProgArgs) name_prog_args

The program definition.

Returns:



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

def name_prog_args
  @name_prog_args
end