public sealed class LocationMetadata : IMessage<LocationMetadata>, IEquatable<LocationMetadata>, IDeepCloneable<LocationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Memorystore for Memcached v1 API class LocationMetadata.
Metadata for the given [google.cloud.location.Location][google.cloud.location.Location].
public MapField<string, ZoneMetadata> AvailableZones { get; }
Output only. The set of available zones in the location. The map is keyed
by the lowercase ID of each zone, as defined by GCE. These keys can be
specified in the zones field when creating a Memcached instance.
[[["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-21 UTC."],[[["This webpage provides documentation for the `LocationMetadata` class within the Google Cloud Memorystore for Memcached v1 API, specifically version 2.3.0."],["The `LocationMetadata` class represents metadata for a given Google Cloud location and is part of the `Google.Cloud.Memcache.V1` namespace, found in the `Google.Cloud.Memcache.V1.dll` assembly."],["The documentation includes inheritance details, listing `object` as the parent class, and the various interfaces that the class implements such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It outlines the constructors for the `LocationMetadata` class, including a default constructor and one that takes another `LocationMetadata` object as a parameter, allowing for cloning."],["The `AvailableZones` property, a read-only `MapField` of string-ZoneMetadata, is detailed, representing the available zones in a location keyed by lowercase zone IDs from GCE, useful for creating Memcached instances."]]],[]]