Class GoogleCloudMemcacheV1LocationMetadata
Metadata for the given google.cloud.location.Location.
Implements
Inherited Members
Namespace: Google.Apis.CloudMemorystoreforMemcached.v1.Data
Assembly: Google.Apis.CloudMemorystoreforMemcached.v1.dll
Syntax
public class GoogleCloudMemcacheV1LocationMetadata : IDirectResponseSchema
Properties
AvailableZones
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.
Declaration
[JsonProperty("availableZones")]
public virtual IDictionary<string, GoogleCloudMemcacheV1ZoneMetadata> AvailableZones { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GoogleCloudMemcacheV1ZoneMetadata> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |