Class: IControl::LocalLB::VirtualServer::VirtualServerType
- Inherits:
-
Base::Enumeration
- Object
- Base::Enumeration
- IControl::LocalLB::VirtualServer::VirtualServerType
- Defined in:
- lib/icontrol/local_lb/virtual_server.rb,
lib/icontrol/local_lb/virtual_server.rb
Overview
A list of virtual server types.
Constant Summary collapse
- RESOURCE_TYPE_POOL =
The virtual server is based on a pool.
:RESOURCE_TYPE_POOL
- RESOURCE_TYPE_IP_FORWARDING =
The virtual server only supports IP forwarding. There is no load balancing on this type of virtual server.
:RESOURCE_TYPE_IP_FORWARDING
- RESOURCE_TYPE_L2_FORWARDING =
The virtual server only supports L2 forwarding. There is no load balancing on this type of virtual server.
:RESOURCE_TYPE_L2_FORWARDING
- RESOURCE_TYPE_REJECT =
All connections going to this virtual server will be rejected, and resets will be sent.
:RESOURCE_TYPE_REJECT
- RESOURCE_TYPE_FAST_L4 =
The virtual server is based on the Fast L4 profile.
:RESOURCE_TYPE_FAST_L4
- RESOURCE_TYPE_FAST_HTTP =
The virtual server is based on the Fast HTTP profile.
:RESOURCE_TYPE_FAST_HTTP