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;
}