Class: IControl::LocalLB::UncleanShutdownMode

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

Overview

A list of profile’s unclean shutdown modes.

Constant Summary collapse

UNCLEAN_SHUTDOWN_MODE_DISABLED =

Connections are closed down in the appropriate manner using a 4-way close..

:UNCLEAN_SHUTDOWN_MODE_DISABLED
UNCLEAN_SHUTDOWN_MODE_ENABLED =

Forced-shutdown requests will be terminated by RSTs .

:UNCLEAN_SHUTDOWN_MODE_ENABLED
UNCLEAN_SHUTDOWN_MODE_FAST =

Connections will be terminated by silently dropping them after the payload is delivered.

:UNCLEAN_SHUTDOWN_MODE_FAST