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

RoutersGetNatIpInfoOptions

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

Additional options for Compute#routersGetNatIpInfo.

interface RoutersGetNatIpInfoOptions {
natName?: string;
}

§Properties

§
natName?: string
[src]

Name of the nat service to filter the NAT IP information. If it is omitted, all nats for this router will be returned. Name should conform to RFC1035.