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

ServicesConnectionsListOptions

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

Additional options for ServiceNetworking#servicesConnectionsList.

interface ServicesConnectionsListOptions {
network?: string;
}

§Properties

§
network?: string
[src]

The name of service consumer's VPC network that's connected with service producer network through a private connection. The network name must be in the following format: projects/{project}/global/networks/{network}. {project} is a project number, such as in 12345 that includes the VPC service consumer's VPC network. {network} is the name of the service consumer's VPC network.