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

Route

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

Represents a route that was created or discovered by a private access management service.

interface Route {
destRange?: string;
name?: string;
network?: string;
nextHopGateway?: string;
}

§Properties

§
destRange?: string
[src]

Destination CIDR range that this route applies to.

§
network?: string
[src]

Fully-qualified URL of the VPC network in the producer host tenant project that this route applies to. For example: projects/123456/global/networks/host-network

§
nextHopGateway?: string
[src]

Fully-qualified URL of the gateway that should handle matching packets that this route applies to. For example: projects/123456/global/gateways/default-internet-gateway