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-09 UTC."],[[["The provided content details the `LocationPolicy` class within the Google.Cloud.Compute.V1 API, offering reference documentation and code examples for managing location configurations."],["The latest version of the API available in the provided content is 3.6.0, and the current webpage focuses on version 2.11.0, with numerous other versions listed."],["`LocationPolicy` allows the configuration of location preferences, supporting location-specific setups like zones, and the locations are managed via a `MapField` named `Locations`."],["The `LocationPolicy` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and also includes constructors to instantiate new LocationPolicy objects."],["The `TargetShape` property within the `LocationPolicy` class defines the strategy for VM distribution across zones within a specific region."]]],[]]