Class: IControl::Management::SNMPConfiguration::SinkInformation

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 a trap destination.

Instance Attribute Summary collapse

Instance Attribute Details

#sink_communityString

The communtiy name of the host to receive trap messages.

Returns:

  • (String)

    the current value of sink_community



1779
1780
1781
# File 'lib/icontrol/management/snmp_configuration.rb', line 1779

def sink_community
  @sink_community
end

#sink_hostString

The host address for which traps are sent.

Returns:

  • (String)

    the current value of sink_host



1779
1780
1781
# File 'lib/icontrol/management/snmp_configuration.rb', line 1779

def sink_host
  @sink_host
end

#sink_portNumeric

The service number on which traps are sent.

Returns:

  • (Numeric)

    the current value of sink_port



1779
1780
1781
# File 'lib/icontrol/management/snmp_configuration.rb', line 1779

def sink_port
  @sink_port
end