Show / Hide Table of Contents

Class GoogleCloudRedisV1beta1LocationMetadata

This location metadata represents additional configuration options for a given location where a Redis instance may be created. All fields are output only. It is returned as content of the google.cloud.location.Location.metadata field.

Inheritance
object
GoogleCloudRedisV1beta1LocationMetadata
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.CloudRedis.v1beta1.Data
Assembly: Google.Apis.CloudRedis.v1beta1.dll
Syntax
public class GoogleCloudRedisV1beta1LocationMetadata : 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 location_id or alternative_location_id fields when creating a Redis instance.

Declaration
[JsonProperty("availableZones")]
public virtual IDictionary<string, GoogleCloudRedisV1beta1ZoneMetadata> AvailableZones { get; set; }
Property Value
Type Description
IDictionary<string, GoogleCloudRedisV1beta1ZoneMetadata>

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