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 {
readonly natIpInfoMappings?: NatIpInfoNatIpInfoMapping[];
readonly natName?: string;
}

§Properties

§
readonly natIpInfoMappings?: NatIpInfoNatIpInfoMapping[]
[src]

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

§
readonly natName?: string
[src]

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