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].
Implements
IMessageLocationMetadata, IEquatableLocationMetadata, IDeepCloneableLocationMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Memcache.V1Assembly
Google.Cloud.Memcache.V1.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 the zones
field when creating a Memcached instance.
Property Value | |
---|---|
Type | Description |
MapFieldstringZoneMetadata |