Config Delivery v1 API - Class RollingStrategy (1.0.0-beta01)

public sealed class RollingStrategy : IMessage<RollingStrategy>, IEquatable<RollingStrategy>, IDeepCloneable<RollingStrategy>, IBufferMessage, IMessage

Reference documentation and code samples for the Config Delivery v1 API class RollingStrategy.

RollingStrategy causes a specified number of clusters to be updated concurrently until all clusters are updated.

Inheritance

object > RollingStrategy

Namespace

Google.Cloud.ConfigDelivery.V1

Assembly

Google.Cloud.ConfigDelivery.V1.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