Method: IControl::LocalLB::ProfileFastL4#set_rtt_from_server_state

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

#set_rtt_from_server_state(opts) ⇒ Object

Sets the state to use TCP timestamp options to measure the round trip time to the server.

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.



586
587
588
589
# File 'lib/icontrol/local_lb/profile_fast_l4.rb', line 586

def set_rtt_from_server_state(opts)
  opts = check_params(opts,[:states])
  super(opts)
end