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

RouterStatusNatStatusNatRuleStatus

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

Status of a NAT Rule contained in this NAT.

interface RouterStatusNatStatusNatRuleStatus {
activeNatIps?: string[];
drainNatIps?: string[];
minExtraIpsNeeded?: number;
numVmEndpointsWithNatMappings?: number;
ruleNumber?: number;
}

§Properties

§
activeNatIps?: string[]
[src]

A list of active IPs for NAT. Example: ["1.1.1.1", "179.12.26.133"].

§
drainNatIps?: string[]
[src]

A list of IPs for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].

§
minExtraIpsNeeded?: number
[src]

The number of extra IPs to allocate. This will be greater than 0 only if the existing IPs in this NAT Rule are NOT enough to allow all configured VMs to use NAT.

§
numVmEndpointsWithNatMappings?: number
[src]

Number of VM endpoints (i.e., NICs) that have NAT Mappings from this NAT Rule.

§
ruleNumber?: number
[src]

Rule number of the rule.