Module: Google::Cloud::Deploy::V1::BackoffMode

Defined in:
proto_docs/google/cloud/deploy/v1/cloud_deploy.rb

Overview

The pattern of how wait time is increased.

Constant Summary collapse

BACKOFF_MODE_UNSPECIFIED =

No WaitMode is specified.

0
BACKOFF_MODE_LINEAR =

Increases the wait time linearly.

1
BACKOFF_MODE_EXPONENTIAL =

Increases the wait time exponentially.

2