Google Cloud Compute V1 API - Module Google::Cloud::Compute::V1::RolloutPlanWaveOrchestrationOptionsDelay::Delimiter (v3.7.0)

Reference documentation and code samples for the Google Cloud Compute V1 API module Google::Cloud::Compute::V1::RolloutPlanWaveOrchestrationOptionsDelay::Delimiter.

Optional. Controls whether the delay should only be added between batches of projects corresponding to different locations, or also between batches of projects corresponding to the same location.

Must be set to DELIMITER_UNSPECIFIED if no delay is to be added.

Constants

UNDEFINED_DELIMITER

value: 0
A value indicating that the enum field is not set.

DELIMITER_BATCH

value: 253_390_530
The delay will also be added between batches of projects corresponding to the same location.

DELIMITER_LOCATION

value: 189_398_797
The delay will only be added between batches of projects corresponding to different locations.

DELIMITER_UNSPECIFIED

value: 372_199_615
No delay will be added between batches of projects. Processing will continue with the next batch as soon as the previous batch of LROs is done.