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

CloudSqlConnectionProfile

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

Specifies required connection parameters, and, optionally, the parameters required to create a Cloud SQL destination database instance.

interface CloudSqlConnectionProfile {
readonly additionalPublicIp?: string;
readonly cloudSqlId?: string;
readonly privateIp?: string;
readonly publicIp?: string;
settings?: CloudSqlSettings;
}

§Properties

§
readonly additionalPublicIp?: string
[src]

Output only. The Cloud SQL database instance's additional (outgoing) public IP. Used when the Cloud SQL database availability type is REGIONAL (i.e. multiple zones / highly available).

§
readonly cloudSqlId?: string
[src]

Output only. The Cloud SQL instance ID that this connection profile is associated with.

§
readonly privateIp?: string
[src]

Output only. The Cloud SQL database instance's private IP.

§
readonly publicIp?: string
[src]

Output only. The Cloud SQL database instance's public IP.

§

Immutable. Metadata used to create the destination Cloud SQL database.