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

PscAutoConnectionConfig

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

Settings for an automatically-setup Private Service Connect consumer endpoint that is used to connect to a Cloud SQL instance.

interface PscAutoConnectionConfig {
consumerNetwork?: string;
consumerNetworkStatus?: string;
consumerProject?: string;
ipAddress?: string;
status?: string;
}

§Properties

§
consumerNetwork?: string
[src]

Optional. The consumer network of this consumer endpoint. This must be a resource path that includes both the host project and the network name. For example, projects/project1/global/networks/network1. The consumer host project of this network might be different from the consumer service project.

§
consumerNetworkStatus?: string
[src]

The connection policy status of the consumer network.

§
consumerProject?: string
[src]

Optional. This is the project ID of consumer service project of this consumer endpoint. Optional. This is only applicable if consumer_network is a shared vpc network.

§
ipAddress?: string
[src]

The IP address of the consumer endpoint.

§
status?: string
[src]

The connection status of the consumer endpoint.