public sealed class DistributionPolicy : IMessage<DistributionPolicy>, IEquatable<DistributionPolicy>, IDeepCloneable<DistributionPolicy>, IBufferMessage, IMessage
The distribution shape to which the group converges either proactively or on resize events (depending on the value set in updatePolicy.instanceRedistributionType).
Check the TargetShape enum for the list of possible values.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-31 UTC."],[[["This webpage provides documentation for the `DistributionPolicy` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.4.0."],["The `DistributionPolicy` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties such as `HasTargetShape` (a boolean), `TargetShape` (a string), and `Zones` (a repeated field of `DistributionPolicyZoneConfiguration`)."],["The documentation page offers a list of all available versions of the `DistributionPolicy` class, ranging from version 1.0.0 to the latest version, 3.6.0."],["The class has two constructors, a default one `DistributionPolicy()` and another that takes another `DistributionPolicy` object as an argument `DistributionPolicy(DistributionPolicy other)`."]]],[]]