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.
Implements
Inherited Members
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 |