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-21 UTC."],[[["The content pertains to the `DistributionPolicy` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.4.0."],["The `DistributionPolicy` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling message-based data and its capabilities in object comparison and cloning."],["The class offers two constructors: a default one and another that takes a `DistributionPolicy` object as a parameter for creating copies."],["The class has three properties: `HasTargetShape` which is a boolean, `TargetShape` which is a string, and `Zones` which contains a `RepeatedField` of `DistributionPolicyZoneConfiguration`."],["The latest version available in the document is 3.6.0."]]],[]]