Class: IControl::LocalLB::ProfilePersistence::PersistenceHashMethod

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

Overview

Persistence hash methods used for persisting connections

Constant Summary collapse

PERSISTENCE_HASH_NONE =

Invalid enumeration value

:PERSISTENCE_HASH_NONE
PERSISTENCE_HASH_DEFAULT =

The hash value of the pool member index is used for persistence.

:PERSISTENCE_HASH_DEFAULT
PERSISTENCE_HASH_CARP =

The Cache Array Routing Protocol (i.e., packet payload) is used to obtain the hash value used for persistence.

:PERSISTENCE_HASH_CARP