Method: IControl::LocalLB::ProfileFastL4#reset_on_timeout_state
- Defined in:
- lib/icontrol/local_lb/profile_fast_l4.rb
#reset_on_timeout_state ⇒ ProfileEnabledState
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.
220 221 222 |
# File 'lib/icontrol/local_lb/profile_fast_l4.rb', line 220 def reset_on_timeout_state super end |