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

RedisInstanceInfo

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

For display only. Metadata associated with a Cloud Redis Instance.

interface RedisInstanceInfo {
displayName?: string;
networkUri?: string;
primaryEndpointIp?: string;
readEndpointIp?: string;
region?: string;
uri?: string;
}

§Properties

§
displayName?: string
[src]

Name of a Cloud Redis Instance.

§
networkUri?: string
[src]

URI of a Cloud Redis Instance network.

§
primaryEndpointIp?: string
[src]

Primary endpoint IP address of a Cloud Redis Instance.

§
readEndpointIp?: string
[src]

Read endpoint IP address of a Cloud Redis Instance (if applicable).

§
region?: string
[src]

Region in which the Cloud Redis Instance is defined.

§
uri?: string
[src]

URI of a Cloud Redis Instance.