Method: IControl::LocalLB::ProfileFastL4#set_link_qos_to_server

Defined in:
lib/icontrol/local_lb/profile_fast_l4.rb

Sets the link quality of service set in packets sent to the servers.

Parameters:

  • opts (Hash)

Options Hash (opts):

Raises:

  • (IControl::IControl::Common::AccessDenied)

    raised if the client credentials are not valid.

  • (IControl::IControl::Common::InvalidArgument)

    raised if one of the arguments is invalid.

  • (IControl::IControl::Common::OperationFailed)

    raised if an operation error occurs.



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