public enum RolloutPlanWaveOrchestrationOptionsDelay.Types.DelimiterReference documentation and code samples for the Compute Engine v1 API enum RolloutPlanWaveOrchestrationOptionsDelay.Types.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.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields |
|
|---|---|
| Name | Description |
Batch |
The delay will also be added between batches of projects corresponding to the same location. |
Location |
The delay will only be added between batches of projects corresponding to different locations. |
UndefinedDelimiter |
A value indicating that the enum field is not set. |
Unspecified |
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. |