Class: IControl::LocalLB::RateClass::DropPolicyType

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 drop policy types

Constant Summary collapse

DROP_INVALID =

Invalid drop policy

:DROP_INVALID
DROP_TAIL =

Drop packets from the end of the queue

:DROP_TAIL
DROP_RED =

Drop random packets

:DROP_RED
DROP_FRED =

Drop packets according to Type of Service

:DROP_FRED