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

NatIpInfoNatIpInfoMapping

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

Contains information of a NAT IP.

interface NatIpInfoNatIpInfoMapping {
mode?: "AUTO" | "MANUAL";
natIp?: string;
usage?: "IN_USE" | "UNUSED";
}

§Properties

§
mode?: "AUTO" | "MANUAL"
[src]

Specifies whether NAT IP is auto or manual.

§
natIp?: string
[src]

NAT IP address. For example: 203.0.113.11.

§
usage?: "IN_USE" | "UNUSED"
[src]

Specifies whether NAT IP is currently serving at least one endpoint or not.