public sealed class LocationMetadata : IMessage<LocationMetadata>, IEquatable<LocationMetadata>, IDeepCloneable<LocationMetadata>, IBufferMessage, IMessage
Metadata for the given [google.cloud.location.Location][google.cloud.location.Location].
Implements
IMessage<LocationMetadata>, IEquatable<LocationMetadata>, IDeepCloneable<LocationMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.Memcache.V1Beta2Assembly
Google.Cloud.Memcache.V1Beta2.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 |
MapField<String, ZoneMetadata> |