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

GoogleCloudServicenetworkingV1betaConnection

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

Represents a private connection resource. A private connection is implemented as a VPC Network Peering connection between a service producer's VPC network and a service consumer's VPC network.

interface GoogleCloudServicenetworkingV1betaConnection {
network?: string;
peering?: string;
reservedPeeringRanges?: string[];
service?: string;
}

§Properties

§
network?: string
[src]

The name of service consumer's VPC network that's connected with service producer network, 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.

§
peering?: string
[src]

Output only. The name of the VPC Network Peering connection that was created by the service producer.

§
reservedPeeringRanges?: string[]
[src]

The name of one or more allocated IP address ranges for this service producer of type PEERING. Note that invoking this method with a different range when connection is already established will not modify already provisioned service producer subnetworks.

§
service?: string
[src]

Output only. The name of the peering service that's associated with this connection, in the following format: services/{service name}.