Method: IControl::LocalLB::ProfileFastL4#reset_on_timeout_state

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

#reset_on_timeout_stateProfileEnabledState

Gets the reset on timeout states for this profile. If true and a TCP connection exceeds its idle timeout, send a reset in addition to deleting the connection.

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.



220
221
222
# File 'lib/icontrol/local_lb/profile_fast_l4.rb', line 220

def reset_on_timeout_state
  super
end