Class: IControl::Management::SNMPConfiguration::GenericSinkInformation

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

Overview

This structure is now deprecated. Use structure GenericSinkInformation2 instead. This is a more generic trap configuration that allows any type of trap destination to be specified with any version of SNMP. See the snmpcmd(1) manual page for further details on the arguments that can be passed with snmpcmd_args. In addition to the arguments listed there, the special argument -Ci specifies that you want inform notifications to be used instead of unacknowledged traps (this requires that you also specify a version number of v2c or v3 as well).

Instance Attribute Summary collapse

Instance Attribute Details

#sink_communityString

The community name of the host to receive trap messages.

Returns:

  • (String)

    the current value of sink_community



1649
1650
1651
# File 'lib/icontrol/management/snmp_configuration.rb', line 1649

def sink_community
  @sink_community
end

#sink_hostString

The host address for which traps are sent.

Returns:

  • (String)

    the current value of sink_host



1649
1650
1651
# File 'lib/icontrol/management/snmp_configuration.rb', line 1649

def sink_host
  @sink_host
end

#snmpcmd_argsString

Commands to communicate with a network entity using SNMP requests.

Returns:

  • (String)

    the current value of snmpcmd_args



1649
1650
1651
# File 'lib/icontrol/management/snmp_configuration.rb', line 1649

def snmpcmd_args
  @snmpcmd_args
end