Method: IControl::LocalLB::ProfileFastL4#set_link_qos_to_server
- Defined in:
- lib/icontrol/local_lb/profile_fast_l4.rb
#set_link_qos_to_server(opts) ⇒ Object
Sets the link quality of service set in packets sent to the servers.
502 503 504 505 |
# File 'lib/icontrol/local_lb/profile_fast_l4.rb', line 502 def set_link_qos_to_server(opts) opts = check_params(opts,[:link_qos_values]) super(opts) end |