Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudRedisV1LocationMetadata

import type { GoogleCloudRedisV1LocationMetadata } from "https://googleapis.deno.dev/v1/redis:v1.ts";

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.

interface GoogleCloudRedisV1LocationMetadata {
readonly availableZones?: {};
}

§Properties

§
readonly availableZones?: {}
[src]

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.