Class: IControl::LocalLB::HttpRedirectRewriteMode
- Inherits:
-
Base::Enumeration
- Object
- Base::Enumeration
- IControl::LocalLB::HttpRedirectRewriteMode
- Defined in:
- lib/icontrol/local_lb.rb,
lib/icontrol/local_lb.rb
Overview
An enumeration of HTTP redirect/rewrite modes.
Constant Summary collapse
- HTTP_REDIRECT_REWRITE_MODE_NONE =
Redirect/rewrite functionality is disabled.
:HTTP_REDIRECT_REWRITE_MODE_NONE
- HTTP_REDIRECT_REWRITE_MODE_ALL =
Enable redirect/rewrite functionality on all requests.
:HTTP_REDIRECT_REWRITE_MODE_ALL
- HTTP_REDIRECT_REWRITE_MODE_NODES =
Enable redirect/rewrite functionality such that node addresses present in the Location headers will be converted to virtual addresses.
:HTTP_REDIRECT_REWRITE_MODE_NODES
- HTTP_REDIRECT_REWRITE_MODE_MATCHING =
Only enable redirect/rewrite when certain criteria is matched.
:HTTP_REDIRECT_REWRITE_MODE_MATCHING