Class: IControl::Management::SNMPConfiguration::PassThroughInformation

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/management/snmp_configuration.rb,
lib/icontrol/management/snmp_configuration.rb

Overview

A struct that describes the passing of entire control of mib_oid to the exec_name program.

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from Base::Struct

from_soap, icontrol_attribute, #to_soap

Instance Attribute Details

- (String) exec_name

The program name to pass the mib_oid to.

Returns:

  • (String)

    the current value of exec_name



1728
1729
1730
# File 'lib/icontrol/management/snmp_configuration.rb', line 1728

def exec_name
  @exec_name
end

- (String) mib_oid

The oid to pass to the given exec_name program.

Returns:

  • (String)

    the current value of mib_oid



1728
1729
1730
# File 'lib/icontrol/management/snmp_configuration.rb', line 1728

def mib_oid
  @mib_oid
end