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."],[[["This document provides reference information for the `LocationPolicy` class within the Google Cloud Compute Engine v1 API for .NET, specifically version 3.5.0."],["The `LocationPolicy` class, designed for configuring location preferences among multiple locations, inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `LocationPolicy` class contains properties such as `HasTargetShape`, `Locations` (a map of location names to `LocationPolicyLocation`), and `TargetShape` to manage virtual machine distribution across zones in a given region."],["The latest version available is 3.6.0 and the documented version has access to versions down to 1.0.0."],["The `LocationPolicy` class has two constructors, a default one and one that accepts another `LocationPolicy` instance."]]],[]]