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

ForwardInfo

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

Details of the final state "forward" and associated resource.

interface ForwardInfo {
ipAddress?: string;
resourceUri?: string;
target?:
| "TARGET_UNSPECIFIED"
| "PEERING_VPC"
| "VPN_GATEWAY"
| "INTERCONNECT"
| "GKE_MASTER"
| "IMPORTED_CUSTOM_ROUTE_NEXT_HOP"
| "CLOUD_SQL_INSTANCE"
| "ANOTHER_PROJECT"
| "NCC_HUB"
| "ROUTER_APPLIANCE";
}

§Properties

§
ipAddress?: string
[src]

IP address of the target (if applicable).

§
resourceUri?: string
[src]

URI of the resource that the packet is forwarded to.

§
target?: "TARGET_UNSPECIFIED" | "PEERING_VPC" | "VPN_GATEWAY" | "INTERCONNECT" | "GKE_MASTER" | "IMPORTED_CUSTOM_ROUTE_NEXT_HOP" | "CLOUD_SQL_INSTANCE" | "ANOTHER_PROJECT" | "NCC_HUB" | "ROUTER_APPLIANCE"
[src]

Target type where this packet is forwarded to.