idleTimeout property

String? idleTimeout
getter/setter pair

Specifies the idle timeout for the selected route.

The idle timeout is defined as the period in which there are no bytes sent or received on either the upstream or downstream connection. If not set, the default idle timeout is 30 seconds. If set to 0s, the timeout will be disabled.

Optional.

Implementation

core.String? idleTimeout;