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

RedisClusterInfo

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

For display only. Metadata associated with a Redis Cluster.

interface RedisClusterInfo {
discoveryEndpointIpAddress?: string;
displayName?: string;
location?: string;
networkUri?: string;
secondaryEndpointIpAddress?: string;
uri?: string;
}

§Properties

§
discoveryEndpointIpAddress?: string
[src]

Discovery endpoint IP address of a Redis Cluster.

§
displayName?: string
[src]

Name of a Redis Cluster.

§
location?: string
[src]

Name of the region in which the Redis Cluster is defined. For example, "us-central1".

§
networkUri?: string
[src]

URI of the network containing the Redis Cluster endpoints in format "projects/{project_id}/global/networks/{network_id}".

§
secondaryEndpointIpAddress?: string
[src]

Secondary endpoint IP address of a Redis Cluster.

§
uri?: string
[src]

URI of a Redis Cluster in format "projects/{project_id}/locations/{location}/clusters/{cluster_id}"