public sealed class LocationMetadata : IMessage<LocationMetadata>, IEquatable<LocationMetadata>, IDeepCloneable<LocationMetadata>, IBufferMessage, IMessage
This location metadata represents additional configuration options for a
given location where a Redis instance may be created. All fields are output
only. It is returned as content of the
google.cloud.location.Location.metadata field.
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 location_id or alternative_location_id fields when
creating a Redis 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-06-12 UTC."],[[["The latest version of the Google Cloud Redis V1 documentation is 3.5.0, with previous versions ranging from 3.4.0 down to 2.2.0 also available."],["`LocationMetadata` provides configuration options for locations where a Redis instance can be created, and all fields are output only, being returned as the content of the `google.cloud.location.Location.metadata` field."],["The `LocationMetadata` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `AvailableZones` property in `LocationMetadata` provides a map of available zones within a location, keyed by the lowercase zone ID, as defined by GCE, for creating Redis instances."]]],[]]