computeIdempotencyWindow property
Specifies a custom time bucket for GCE subnetwork request idempotency.
If two equivalent concurrent requests are made, GCE will know to ignore the request if it has already been completed or is in progress. Only requests with matching compute_idempotency_window have guaranteed idempotency. Changing this time window between requests results in undefined behavior. Zero (or empty) value with custom_compute_idempotency_window=true specifies no idempotency (i.e. no request ID is provided to GCE). Maximum value of 14 days (enforced by GCE limit).
Optional.
Implementation
core.String? computeIdempotencyWindow;