public MapField<string, LocationPolicyLocation> Locations { get; }
Location configurations mapped by location name. Currently only zone names are supported and must be represented as valid internal URLs, such as zones/us-central1-a.
[[["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-31 UTC."],[[["The `LocationPolicy` class is used to configure location preferences among multiple possible locations, such as zone selection within a region."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for handling location policy data."],["It has constructors for creating new instances, either as default or from another `LocationPolicy` object."],["The `Locations` property is a `MapField` that stores location configurations, where keys are location names (like zone names), and values are `LocationPolicyLocation` objects."],["The latest available version is 3.6.0, and there is a history of prior releases dating back to version 1.0.0, giving users the ability to look at older versions."]]],[]]