public sealed class DistributionPolicyZoneConfiguration : IMessage<DistributionPolicyZoneConfiguration>, IEquatable<DistributionPolicyZoneConfiguration>, IDeepCloneable<DistributionPolicyZoneConfiguration>, IBufferMessage, IMessage
[[["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 details the `DistributionPolicyZoneConfiguration` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.14.0 of the Google Cloud Compute .NET library."],["The `DistributionPolicyZoneConfiguration` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer manipulation."],["The class includes two constructors: a default constructor and one that takes another `DistributionPolicyZoneConfiguration` instance as a parameter for creating a new instance based on an existing one."],["The class exposes two primary properties: `HasZone`, a boolean indicating if the \"zone\" field is set, and `Zone`, a string representing the URL of the zone where the managed instance group is located."],["The webpage also includes a list of various previous versions, starting from 3.6.0 and going all the way down to 1.0.0, of the `DistributionPolicyZoneConfiguration` class documentation."]]],[]]