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-04-01 UTC."],[[["The latest version of the `Google.Cloud.Compute.V1.DistributionPolicyZoneConfiguration` is 3.6.0, with multiple previous versions available, dating back to 1.0.0."],["The `DistributionPolicyZoneConfiguration` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from the `object` class and contains the methods `GetHashCode`, `GetType`, and `ToString`."],["The class has two constructors: a default constructor `DistributionPolicyZoneConfiguration()` and a copy constructor `DistributionPolicyZoneConfiguration(DistributionPolicyZoneConfiguration other)`."],["It has properties to check if a zone is set (`HasZone`) and to get or set the zone URL (`Zone`), which must exist in the managed instance group's region."]]],[]]