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."],[[["This document provides reference documentation for the `LocationPolicy` class within the Google Compute Engine v1 API, specifically version 2.10.0."],["The `LocationPolicy` class is used to define location preferences for resources, such as zone selection within a region, and has several different versions for past and present releases, the latest being 3.6.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from `object` ."],["Key properties of the `LocationPolicy` class include `HasTargetShape`, `Locations`, and `TargetShape`, allowing for the configuration and retrieval of location-related settings."],["The `LocationPolicy` class offers two constructors, one default and another that accepts another `LocationPolicy` object for duplication, allowing for the creation of multiple objects."]]],[]]