Class: IControl::Management::SNMPConfiguration::AgentListenAddressPort
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::SNMPConfiguration::AgentListenAddressPort
- Defined in:
- lib/icontrol/management/snmp_configuration.rb,
lib/icontrol/management/snmp_configuration.rb
Overview
Makes the agent listen on the specified list of sockets instead of the default port, which is port 161.
Instance Attribute Summary (collapse)
-
- (IControl::Common::IPPortDefinition) ipport
The address and port to use.
-
- (IControl::Management::SNMPConfiguration::TransportType) transport
The trasport type to use (udp or tcp).
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (IControl::Common::IPPortDefinition) ipport
The address and port to use.
1575 1576 1577 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1575 def ipport @ipport end |
- (IControl::Management::SNMPConfiguration::TransportType) transport
The trasport type to use (udp or tcp).
1575 1576 1577 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1575 def transport @transport end |