Class: IControl::Management::SNMPConfiguration::TransportType

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

Overview

A list of snmp transport types.

Constant Summary collapse

TRANSPORT_UDP =

Use the udp protocol.

:TRANSPORT_UDP
TRANSPORT_TCP =

Use the tcp protocol.

:TRANSPORT_TCP
TRANSPORT_UDP6 =

Use the udp protocol (ipv6).

:TRANSPORT_UDP6
TRANSPORT_TCP6 =

Use the tcp protocol (ipv6).

:TRANSPORT_TCP6