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

ConnectionInfo

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

ConnectionInfo singleton resource. https://google.aip.dev/156

interface ConnectionInfo {
readonly instanceUid?: string;
readonly ipAddress?: string;
name?: string;
readonly publicIpAddress?: string;
}

§Properties

§
readonly instanceUid?: string
[src]

Output only. The unique ID of the Instance.

§
readonly ipAddress?: string
[src]

Output only. The private network IP address for the Instance. This is the default IP for the instance and is always created (even if enable_public_ip is set). This is the connection endpoint for an end-user application.

§
name?: string
[src]

The name of the ConnectionInfo singleton resource, e.g.: projects/{project}/locations/{location}/clusters//instances//connectionInfo This field currently has no semantic meaning.

§
readonly publicIpAddress?: string
[src]

Output only. The public IP addresses for the Instance. This is available ONLY when enable_public_ip is set. This is the connection endpoint for an end-user application.