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-04-02 UTC."],[[["The `DistributionPolicy` class, found within the `Google.Cloud.Compute.V1` namespace and `Google.Cloud.Compute.V1.dll` assembly, is designed for managing instance distribution across different zones and is available in various versions, with 3.6.0 being the latest."],["The `DistributionPolicy` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffered message operations."],["The class offers two constructors: a default one (`DistributionPolicy()`) and another that copies an existing `DistributionPolicy` object (`DistributionPolicy(DistributionPolicy other)`)."],["Key properties of the `DistributionPolicy` class include `HasTargetShape` (to check if the target shape is defined), `TargetShape` (to set the distribution shape), and `Zones` (to manage instances across multiple zones)."],["The `DistributionPolicy` class inherits methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the base `Object` class, providing standard object functionalities."]]],[]]