NatIpInfoNatIpInfoMapping
import type { NatIpInfoNatIpInfoMapping } from "https://googleapis.deno.dev/v1/compute:v1.ts";Contains information of a NAT IP.
interface NatIpInfoNatIpInfoMapping {
readonly mode?: "AUTO" | "MANUAL";
readonly natIp?: string;
readonly usage?: "IN_USE" | "UNUSED";
}