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.