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.
§
settings?: CloudSqlSettings
[src]Immutable. Metadata used to create the destination Cloud SQL database.