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

Instance Attribute Details

#exec_nameString

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

#mib_oidString

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