Show / Hide Table of Contents

Class RolloutPlanWaveOrchestrationOptions

Options to control the pace of orchestration of a wave. These options are required only if the resource being rolled out follows the Orchestrated pattern.

Inheritance
object
RolloutPlanWaveOrchestrationOptions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class RolloutPlanWaveOrchestrationOptions : IDirectResponseSchema

Properties

Delays

Optional. Delays, if any, to be added between batches of projects. We allow multiple Delays to be specified, letting users set separate delays between batches of projects corresponding to different locations and batches of projects corresponding to the same location.

Declaration
[JsonProperty("delays")]
public virtual IList<RolloutPlanWaveOrchestrationOptionsDelay> Delays { get; set; }
Property Value
Type Description
IList<RolloutPlanWaveOrchestrationOptionsDelay>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MaxConcurrentLocations

Optional. Maximum number of locations to be orchestrated in parallel.

Declaration
[JsonProperty("maxConcurrentLocations")]
public virtual long? MaxConcurrentLocations { get; set; }
Property Value
Type Description
long?

MaxConcurrentResourcesPerLocation

Optional. Maximum number of resources to be orchestrated per location in parallel.

Declaration
[JsonProperty("maxConcurrentResourcesPerLocation")]
public virtual long? MaxConcurrentResourcesPerLocation { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX