Method: IControl::LocalLB::ProfileFastL4#tcp_close_timeout

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

#tcp_close_timeoutProfileULong

Gets the TCP close timeout for this profile. Only used when "loose_initiation“ or "loose_close” is enabled. This is used to rapidly close out a loosely initiated connection after the first FIN packet has been seen (either client or server side).

Returns:

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.



280
281
282
# File 'lib/icontrol/local_lb/profile_fast_l4.rb', line 280

def tcp_close_timeout
  super
end