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-04-02 UTC."],[[["The `LocationPolicy` class is used to configure location preferences among multiple possible locations, specifically for zone selection within a region."],["The latest version available for `LocationPolicy` is 3.6.0, while the current version of the documentation is 1.2.0."],["`LocationPolicy` inherits from `Object` and implements `IMessage\u003cLocationPolicy\u003e`, `IEquatable\u003cLocationPolicy\u003e`, `IDeepCloneable\u003cLocationPolicy\u003e`, `IBufferMessage`, and `IMessage`."],["The `LocationPolicy` class has a property called `Locations`, which is a `MapField` used to store location configurations mapped by their names."],["There are many different previous version available in this documentation, ranging from version 1.0.0 to the latest version of 3.6.0."]]],[]]