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 Engine v1 API allows for the configuration of location policies across multiple locations, such as preferred zone selection."],["The latest version of the documentation available is version 3.6.0, with a range of versions from 1.0.0 to 3.6.0 available to view."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `LocationPolicy` class has properties like `HasTargetShape`, `Locations` (for mapping location configurations), and `TargetShape` (for defining VM distribution strategy across zones)."],["The `LocationPolicy` class is contained within the `Google.Cloud.Compute.V1` namespace and is part of the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]