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