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 latest version available for `Google.Cloud.Compute.V1.DistributionPolicy` is 3.6.0, with a range of versions available from 1.0.0 up to the latest release."],["This class, `DistributionPolicy`, inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`DistributionPolicy` has three key properties: `HasTargetShape` (a boolean), `TargetShape` (a string), and `Zones` (a `RepeatedField` of `DistributionPolicyZoneConfiguration`)."],["There are two constructors available for creating a `DistributionPolicy` object: one default constructor and another that takes an existing `DistributionPolicy` as a parameter for creating a copy."],["The `DistributionPolicy` class is located in the `Google.Cloud.Compute.V1` namespace, with the assembly file being `Google.Cloud.Compute.V1.dll`."]]],[]]