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 of the `Google.Cloud.Compute.V1.DistributionPolicy` is 3.6.0, with numerous prior versions available for reference, dating back to 1.0.0."],["The `DistributionPolicy` class, available in version 2.11.0, inherits from the base `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DistributionPolicy` class has two constructors: a parameterless default and one that accepts another `DistributionPolicy` object for copying."],["The `DistributionPolicy` class has properties such as `HasTargetShape` which returns if the 'target_shape' field is set, `TargetShape` which sets the distribution shape, and `Zones` which manages the zones where instances are managed."],["The `DistributionPolicy` is located in the `Google.Cloud.Compute.V1` namespace, within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]