Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 1015 Bytes

ScanTemplateDiscoveryPerformanceTimeout.md

File metadata and controls

12 lines (8 loc) · 1015 Bytes

ScanTemplateDiscoveryPerformanceTimeout

Properties

Name Type Description Notes
initial str The initial timeout to wait between retry attempts. The value is specified as a ISO8601 duration and can range from `PT0.5S` (500ms) to `P30S` (30s). Defaults to `PT0.5S`. [optional]
maximum str The maximum time to wait between retries. The value is specified as a ISO8601 duration and can range from `PT0.5S` (500ms) to `P30S` (30s). Defaults to `PT3S`. [optional]
minimum str The minimum time to wait between retries. The value is specified as a ISO8601 duration and can range from `PT0.5S` (500ms) to `P30S` (30s). Defaults to `PT0.5S`. [optional]

[Back to Model list] [Back to API list] [Back to README]