Method: IControl::LocalLB::ProfileFastL4#set_link_qos_to_client
- Defined in:
- lib/icontrol/local_lb/profile_fast_l4.rb
#set_link_qos_to_client(opts) ⇒ Object
Sets the link quality of service set in packets sent to the clients.
489 490 491 492 |
# File 'lib/icontrol/local_lb/profile_fast_l4.rb', line 489 def set_link_qos_to_client(opts) opts = check_params(opts,[:link_qos_values]) super(opts) end |