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

CloudSQLInstanceInfo

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

For display only. Metadata associated with a Cloud SQL instance.

interface CloudSQLInstanceInfo {
displayName?: string;
externalIp?: string;
internalIp?: string;
networkUri?: string;
region?: string;
uri?: string;
}

§Properties

§
displayName?: string
[src]

Name of a Cloud SQL instance.

§
externalIp?: string
[src]

External IP address of a Cloud SQL instance.

§
internalIp?: string
[src]

Internal IP address of a Cloud SQL instance.

§
networkUri?: string
[src]

URI of a Cloud SQL instance network or empty string if the instance does not have one.

§
region?: string
[src]

Region in which the Cloud SQL instance is running.

§
uri?: string
[src]

URI of a Cloud SQL instance.