Method: OCI::LoadBalancer::Models::ConnectionConfiguration#idle_timeout
- Defined in:
- lib/oci/load_balancer/models/connection_configuration.rb
#idle_timeout ⇒ Integer
[Required] The maximum idle time, in seconds, allowed between two successive receive or two successive send operations between the client and backend servers. A send operation does not reset the timer for receive operations. A receive operation does not reset the timer for send operations.
For more information, see [Connection Configuration](docs.cloud.oracle.com/Content/Balance/Reference/connectionreuse.htm#ConnectionConfiguration).
Example: 1200
19 20 21 |
# File 'lib/oci/load_balancer/models/connection_configuration.rb', line 19 def idle_timeout @idle_timeout end |