public sealed class RollingStrategyInfo : IMessage<RollingStrategyInfo>, IEquatable<RollingStrategyInfo>, IDeepCloneable<RollingStrategyInfo>, IBufferMessage, IMessageReference documentation and code samples for the Config Delivery v1 API class RollingStrategyInfo.
RollingStrategyInfo represents the status of execution of Rolling rollout strategy.
Implements
IMessageRollingStrategyInfo, IEquatableRollingStrategyInfo, IDeepCloneableRollingStrategyInfo, IBufferMessage, IMessageNamespace
Google.Cloud.ConfigDelivery.V1Assembly
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 |
|