Class: IControl::Networking::Tunnel::TunnelDirection
- Inherits:
-
Base::Enumeration
- Object
- Base::Enumeration
- IControl::Networking::Tunnel::TunnelDirection
- Defined in:
- lib/icontrol/networking/tunnel.rb,
lib/icontrol/networking/tunnel.rb
Overview
Direction of traffic flow through the tunnel
Constant Summary collapse
- TUNNEL_DIRECTION_UNKNOWN =
Unknown value
:TUNNEL_DIRECTION_UNKNOWN
- TUNNEL_DIRECTION_INBOUND =
Only incoming traffic runs through the tunnel
:TUNNEL_DIRECTION_INBOUND
- TUNNEL_DIRECTION_OUTBOUND =
Only outgoing traffic runs through the tunnel
:TUNNEL_DIRECTION_OUTBOUND
- TUNNEL_DIRECTION_BIDIRECTIONAL =
Traffic runs both ways through the tunnel
:TUNNEL_DIRECTION_BIDIRECTIONAL