Show / Hide Table of Contents

Class GoogleCloudMemcacheV1LocationMetadata

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

Inheritance
object
GoogleCloudMemcacheV1LocationMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX