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

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

Optional. Controls whether the specified duration is to be added at the end of each batch, or if the total processing time for each batch will be padded if needed to meet the specified duration.

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

Constants

UNDEFINED_TYPE

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

TYPE_MINIMUM

value: 234_909_673
The total processing time for each batch of projects will be padded if needed to meet the specified delay duration.

TYPE_OFFSET

value: 165_747_000
The specified delay will directly be added after each batch of projects as specified by the delimiter.

TYPE_UNSPECIFIED

value: 437_714_322
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.