timeoutSeconds property

int? timeoutSeconds
getter/setter pair

Number of seconds after which the probe times out.

Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds.

Implementation

core.int? timeoutSeconds;