Method: IControl::LocalLB::ProfileFastL4#idle_timeout

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

#idle_timeoutProfileULong

Gets the idle timeout for this profile. The number of seconds without traffic before a connection is eligible for deletion.

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.



94
95
96
# File 'lib/icontrol/local_lb/profile_fast_l4.rb', line 94

def idle_timeout
  super
end