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."],[[["This webpage provides documentation for the `DistributionPolicy` class within the `Google.Cloud.Compute.V1` namespace, specifically for version 2.2.0 of the library, with links to different versions of documentation for the same class."],["The `DistributionPolicy` class is part of the `Google.Cloud.Compute.V1.dll` assembly and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, `DistributionPolicy()` and `DistributionPolicy(DistributionPolicy other)`, which creates a new instance of the `DistributionPolicy` class, or one based off of another `DistributionPolicy` class, respectively."],["The `DistributionPolicy` class includes properties like `HasTargetShape` (a boolean), `TargetShape` (a string), and `Zones` (a `RepeatedField` of `DistributionPolicyZoneConfiguration`), providing information about the target distribution and zone configurations."],["This class inherits from `Object` and thus, inherits the following members: `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]