Class: IControl::GlobalLB::LBMethod

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

Overview

A list of load balancing modes.

Constant Summary collapse

LB_METHOD_RETURN_TO_DNS =

Return to DNS.

:LB_METHOD_RETURN_TO_DNS
LB_METHOD_NULL =

No load balancing mode defined.

:LB_METHOD_NULL
LB_METHOD_ROUND_ROBIN =

Round Robin load balancing mode.

:LB_METHOD_ROUND_ROBIN
LB_METHOD_RATIO =

Ratio load balancing mode.

:LB_METHOD_RATIO
LB_METHOD_TOPOLOGY =

Topology load balancing mode.

:LB_METHOD_TOPOLOGY
LB_METHOD_STATIC_PERSIST =

Static persist load balancing mode.

:LB_METHOD_STATIC_PERSIST
LB_METHOD_GLOBAL_AVAILABILITY =

Global Availability load balancing mode.

:LB_METHOD_GLOBAL_AVAILABILITY
LB_METHOD_VS_CAPACITY =

Virtual Server (VS) Capacity load balancing mode.

:LB_METHOD_VS_CAPACITY
LB_METHOD_LEAST_CONN =

Least Connections load balancing mode.

:LB_METHOD_LEAST_CONN
LB_METHOD_LOWEST_RTT =

Lowest Round Trip Times load balancing mode.

:LB_METHOD_LOWEST_RTT
LB_METHOD_LOWEST_HOPS =

Lowest hop count load balancing mode.

:LB_METHOD_LOWEST_HOPS
LB_METHOD_PACKET_RATE =

Packet rate load balancing mode.

:LB_METHOD_PACKET_RATE
LB_METHOD_CPU =

CPU usage load balancing mode.

:LB_METHOD_CPU
LB_METHOD_HIT_RATIO =

Hit ratio load balancing mode.

:LB_METHOD_HIT_RATIO
LB_METHOD_QOS =

Quality of Service load balancing mode.

:LB_METHOD_QOS
LB_METHOD_BPS =

Bits per second load balancing mode.

:LB_METHOD_BPS
LB_METHOD_DROP_PACKET =

Drop the request (don’t answer).

:LB_METHOD_DROP_PACKET
LB_METHOD_EXPLICIT_IP =

Return an explicit IP address, specified by the user

:LB_METHOD_EXPLICIT_IP
LB_METHOD_CONNECTION_RATE =

This enum is deprecated.

:LB_METHOD_CONNECTION_RATE
LB_METHOD_VS_SCORE =

Virtual Server (VS) Score load balancing mode.

:LB_METHOD_VS_SCORE