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

DeliverInfo

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

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

interface DeliverInfo {
ipAddress?: string;
resourceUri?: string;
target?:
| "TARGET_UNSPECIFIED"
| "INSTANCE"
| "INTERNET"
| "GOOGLE_API"
| "GKE_MASTER"
| "CLOUD_SQL_INSTANCE"
| "PSC_PUBLISHED_SERVICE"
| "PSC_GOOGLE_API"
| "PSC_VPC_SC"
| "SERVERLESS_NEG"
| "STORAGE_BUCKET"
| "PRIVATE_NETWORK"
| "CLOUD_FUNCTION"
| "APP_ENGINE_VERSION"
| "CLOUD_RUN_REVISION";
}

§Properties

§
ipAddress?: string
[src]

IP address of the target (if applicable).

§
resourceUri?: string
[src]

URI of the resource that the packet is delivered to.

§
target?: "TARGET_UNSPECIFIED" | "INSTANCE" | "INTERNET" | "GOOGLE_API" | "GKE_MASTER" | "CLOUD_SQL_INSTANCE" | "PSC_PUBLISHED_SERVICE" | "PSC_GOOGLE_API" | "PSC_VPC_SC" | "SERVERLESS_NEG" | "STORAGE_BUCKET" | "PRIVATE_NETWORK" | "CLOUD_FUNCTION" | "APP_ENGINE_VERSION" | "CLOUD_RUN_REVISION"
[src]

Target type where the packet is delivered to.