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[];
}