public sealed class RolloutPlanWaveOrchestrationOptionsDelay : IMessage<RolloutPlanWaveOrchestrationOptionsDelay>, IEquatable<RolloutPlanWaveOrchestrationOptionsDelay>, IDeepCloneable<RolloutPlanWaveOrchestrationOptionsDelay>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class RolloutPlanWaveOrchestrationOptionsDelay.
Options to control the delay, if any, between batches of projects.
Implements
IMessageRolloutPlanWaveOrchestrationOptionsDelay, IEquatableRolloutPlanWaveOrchestrationOptionsDelay, IDeepCloneableRolloutPlanWaveOrchestrationOptionsDelay, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
RolloutPlanWaveOrchestrationOptionsDelay()
public RolloutPlanWaveOrchestrationOptionsDelay()RolloutPlanWaveOrchestrationOptionsDelay(RolloutPlanWaveOrchestrationOptionsDelay)
public RolloutPlanWaveOrchestrationOptionsDelay(RolloutPlanWaveOrchestrationOptionsDelay other)| Parameter | |
|---|---|
| Name | Description |
other |
RolloutPlanWaveOrchestrationOptionsDelay |
Properties
Delimiter
public string Delimiter { get; set; }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. Check the Delimiter enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Duration
public string Duration { get; set; }Optional. The duration of the delay, if any, to be added between batches of projects. A zero duration corresponds to no delay.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasDelimiter
public bool HasDelimiter { get; }Gets whether the "delimiter" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasDuration
public bool HasDuration { get; }Gets whether the "duration" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasType
public bool HasType { get; }Gets whether the "type" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Type
public string Type { get; set; }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. Check the Type enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
string |
|