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 {
readonly instanceName?: string;
readonly interfaceNatMappings?: VmEndpointNatMappingsInterfaceNatMappings[];
}

§Properties

§
readonly instanceName?: string
[src]

Output only. Name of the VM instance which the endpoint belongs to

§
readonly interfaceNatMappings?: VmEndpointNatMappingsInterfaceNatMappings[]
[src]