Method: IControl::LocalLB::ProfileFastL4#set_tcp_handshake_timeout

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

#set_tcp_handshake_timeout(opts) ⇒ Object

Sets the TCP handshake timeout for this profile. The number of seconds without traffic before a connection in the SYN received state is eligible for deletion.

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.



642
643
644
645
# File 'lib/icontrol/local_lb/profile_fast_l4.rb', line 642

def set_tcp_handshake_timeout(opts)
  opts = check_params(opts,[:timeouts])
  super(opts)
end