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 in the Google.Cloud.Compute.V1 namespace configures location preferences, such as zone selection, for Compute Engine resources, with the latest version being 3.6.0 and this specific page being 2.16.0."],["The `LocationPolicy` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, comparison, deep cloning, and buffer manipulation."],["The class provides constructors for creating new `LocationPolicy` instances, either empty or by copying an existing `LocationPolicy`, and it has properties like `HasTargetShape`, `Locations`, and `TargetShape` to define its behavior."],["The `Locations` property of `LocationPolicy` is a map that stores location configurations, currently only supporting zone names in internal URL format, such as `zones/us-central1-a`."],["The documentation offers different versions of the API, ranging from 1.0.0 to the latest 3.6.0, with each version having its own documentation linked from the main page."]]],[]]