Class: IControl::LocalLB::RateClass::DirectionType

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

Overview

A list of different directions to indicate how rate shaping should be applied to.

Constant Summary collapse

DIRECTION_ANY =

Apply rate shaping to traffic to both client and server.

:DIRECTION_ANY
DIRECTION_CLIENT =

Apply rate shaping to traffic to the client.

:DIRECTION_CLIENT
DIRECTION_SERVER =

Apply rate shaping to traffic to the server.

:DIRECTION_SERVER