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

NatIpInfo

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

Contains NAT IP information of a NAT config (i.e. usage status, mode).

interface NatIpInfo {
natIpInfoMappings?: NatIpInfoNatIpInfoMapping[];
natName?: string;
}

§Properties

§
natIpInfoMappings?: NatIpInfoNatIpInfoMapping[]
[src]

A list of all NAT IPs assigned to this NAT config.

§
natName?: string
[src]

Name of the NAT config which the NAT IP belongs to.