Compute Engine v1 API - Enum RolloutPlanWaveOrchestrationOptionsDelay.Types.Type (3.28.0)

public enum RolloutPlanWaveOrchestrationOptionsDelay.Types.Type

Reference documentation and code samples for the Compute Engine v1 API enum RolloutPlanWaveOrchestrationOptionsDelay.Types.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.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
Minimum

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

Offset

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

UndefinedType

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.