public sealed class LocationMetadata : IMessage<LocationMetadata>, IEquatable<LocationMetadata>, IDeepCloneable<LocationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis v1beta1 API class LocationMetadata.
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.
Implements
IMessageLocationMetadata, IEquatableLocationMetadata, IDeepCloneableLocationMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Redis.V1Beta1Assembly
Google.Cloud.Redis.V1Beta1.dll
Constructors
LocationMetadata()
public LocationMetadata()
LocationMetadata(LocationMetadata)
public LocationMetadata(LocationMetadata other)
Parameter | |
---|---|
Name | Description |
other |
LocationMetadata |
Properties
AvailableZones
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.
Property Value | |
---|---|
Type | Description |
MapFieldstringZoneMetadata |