Class: IControl::Management::SNMPConfiguration::SinkInformation
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::SNMPConfiguration::SinkInformation
- 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
-
#sink_community ⇒ String
The communtiy name of the host to receive trap messages.
-
#sink_host ⇒ String
The host address for which traps are sent.
-
#sink_port ⇒ Numeric
The service number on which traps are sent.
Instance Attribute Details
#sink_community ⇒ String
The communtiy name of the host to receive trap messages.
1779 1780 1781 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1779 def sink_community @sink_community end |
#sink_host ⇒ String
The host address for which traps are sent.
1779 1780 1781 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1779 def sink_host @sink_host end |
#sink_port ⇒ Numeric
The service number on which traps are sent.
1779 1780 1781 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1779 def sink_port @sink_port end |