Method: IControl::LocalLB::ProfileFastL4#set_hardware_acceleration_mode
- Defined in:
- lib/icontrol/local_lb/profile_fast_l4.rb
#set_hardware_acceleration_mode(opts) ⇒ Object
Sets the preferred hardware acceleration modes for this profile.
393 394 395 396 |
# File 'lib/icontrol/local_lb/profile_fast_l4.rb', line 393 def set_hardware_acceleration_mode(opts) opts = check_params(opts,[:acceleration_modes]) super(opts) end |