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

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

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

RollingStrategyInfo represents the status of execution of Rolling rollout strategy.

Inheritance

object > RollingStrategyInfo

Namespace

Google.Cloud.ConfigDelivery.V1

Assembly

Google.Cloud.ConfigDelivery.V1.dll

Constructors

RollingStrategyInfo()

public RollingStrategyInfo()

RollingStrategyInfo(RollingStrategyInfo)

public RollingStrategyInfo(RollingStrategyInfo other)
Parameter
Name Description
other RollingStrategyInfo

Properties

Clusters

public RepeatedField<ClusterInfo> Clusters { get; }

Unordered list. resource bundle's deployment status for all targeted clusters.

Property Value
Type Description
RepeatedFieldClusterInfo