Class: IControl::Management::SNMPConfiguration::NameProgArgs
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::SNMPConfiguration::NameProgArgs
- 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.1.ERRORFLAG and EXTENSIBLEDOTMIB.SHELLMIBNUM.1.ERRORMSG mib columns. All STDOUT output beyond the first line is silently truncated.
Instance Attribute Summary (collapse)
-
- (String) process_name
The process name to query on the agent's machine.
-
- (String) program_args
The program's command line arguments.
-
- (String) program_name
The named program to execute.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (String) process_name
The process name to query on the agent's machine.
1717 1718 1719 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1717 def process_name @process_name end |
- (String) program_args
The program's command line arguments.
1717 1718 1719 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1717 def program_args @program_args end |
- (String) program_name
The named program to execute.
1717 1718 1719 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1717 def program_name @program_name end |