Class RolloutPlanWaveOrchestrationOptionsDelay
Options to control the delay, if any, between batches of projects.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class RolloutPlanWaveOrchestrationOptionsDelay : IDirectResponseSchema
Properties
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.
Declaration
[JsonProperty("delimiter")]
public virtual string Delimiter { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Duration
Optional. The duration of the delay, if any, to be added between batches of projects. A zero duration corresponds to no delay.
Declaration
[JsonProperty("duration")]
public virtual object Duration { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |