public sealed class AllAtOnceStrategyInfo : IMessage<AllAtOnceStrategyInfo>, IEquatable<AllAtOnceStrategyInfo>, IDeepCloneable<AllAtOnceStrategyInfo>, IBufferMessage, IMessageReference documentation and code samples for the Config Delivery v1beta API class AllAtOnceStrategyInfo.
AllAtOnceStrategyInfo represents the status of execution of AllAtOnce rollout strategy.
Implements
IMessageAllAtOnceStrategyInfo, IEquatableAllAtOnceStrategyInfo, IDeepCloneableAllAtOnceStrategyInfo, IBufferMessage, IMessageNamespace
Google.Cloud.ConfigDelivery.V1BetaAssembly
Google.Cloud.ConfigDelivery.V1Beta.dll
Constructors
AllAtOnceStrategyInfo()
public AllAtOnceStrategyInfo()AllAtOnceStrategyInfo(AllAtOnceStrategyInfo)
public AllAtOnceStrategyInfo(AllAtOnceStrategyInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
AllAtOnceStrategyInfo |
Properties
Clusters
public RepeatedField<ClusterInfo> Clusters { get; }Unordered list. resource bundle's deployment status for all targeted clusters.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldClusterInfo |
|