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

VmEndpointNatMappings

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

Contain information of Nat mapping for a VM endpoint (i.e., NIC).

interface VmEndpointNatMappings {
instanceName?: string;
}

§Properties

§
instanceName?: string
[src]

Name of the VM instance which the endpoint belongs to