public sealed class RollingStrategy : IMessage<RollingStrategy>, IEquatable<RollingStrategy>, IDeepCloneable<RollingStrategy>, IBufferMessage, IMessageReference documentation and code samples for the Config Delivery v1beta API class RollingStrategy.
RollingStrategy causes a specified number of clusters to be updated concurrently until all clusters are updated.
Implements
IMessageRollingStrategy, IEquatableRollingStrategy, IDeepCloneableRollingStrategy, IBufferMessage, IMessageNamespace
Google.Cloud.ConfigDelivery.V1BetaAssembly
Google.Cloud.ConfigDelivery.V1Beta.dll
Constructors
RollingStrategy()
public RollingStrategy()RollingStrategy(RollingStrategy)
public RollingStrategy(RollingStrategy other)| Parameter | |
|---|---|
| Name | Description |
other |
RollingStrategy |
Properties
MaxConcurrent
public int MaxConcurrent { get; set; }Optional. Maximum number of clusters to update the resource bundle on concurrently.
| Property Value | |
|---|---|
| Type | Description |
int |
|