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."],["The latest version available for `LocationPolicy` is 3.6.0, and there are many other versions available, ranging down to version 1.0.0."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cLocationPolicy\u003e`, `IDeepCloneable\u003cLocationPolicy\u003e`, and `IBufferMessage`."],["`LocationPolicy` has a `Locations` property, which is a `MapField` that maps location names to `LocationPolicyLocation` objects, with current support for zone names using internal URLs."],["Constructors for the class allow for the creation of a new instance, or the creation of a new `LocationPolicy` object based on an existing one."]]],[]]