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

ExchangedPeeringRoute

import type { ExchangedPeeringRoute } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface ExchangedPeeringRoute {
destRange?: string;
imported?: boolean;
nextHopRegion?: string;
priority?: number;
type?: "DYNAMIC_PEERING_ROUTE" | "STATIC_PEERING_ROUTE" | "SUBNET_PEERING_ROUTE";
}

§Properties

§
destRange?: string
[src]

The destination range of the route.

§
imported?: boolean
[src]

True if the peering route has been imported from a peer. The actual import happens if the field networkPeering.importCustomRoutes is true for this network, and networkPeering.exportCustomRoutes is true for the peer network, and the import does not result in a route conflict.

§
nextHopRegion?: string
[src]

The region of peering route next hop, only applies to dynamic routes.

§
priority?: number
[src]

The priority of the peering route.

§
type?: "DYNAMIC_PEERING_ROUTE" | "STATIC_PEERING_ROUTE" | "SUBNET_PEERING_ROUTE"
[src]

The type of the peering route.