Google Cloud Memorystore for Memcache v1beta2 API - Class LocationMetadata (2.0.0-beta05)

public sealed class LocationMetadata : IMessage<LocationMetadata>, IEquatable<LocationMetadata>, IDeepCloneable<LocationMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Memorystore for Memcache v1beta2 API class LocationMetadata.

Metadata for the given [google.cloud.location.Location][google.cloud.location.Location].

Inheritance

object > LocationMetadata

Namespace

Google.Cloud.Memcache.V1Beta2

Assembly

Google.Cloud.Memcache.V1Beta2.dll

Constructors

LocationMetadata()

public LocationMetadata()

LocationMetadata(LocationMetadata)

public LocationMetadata(LocationMetadata other)
Parameter
NameDescription
otherLocationMetadata

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
TypeDescription
MapFieldstringZoneMetadata