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

InterconnectAttachmentL2ForwardingApplianceMapping

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

Two-level VLAN-to-Appliance mapping rule.

interface InterconnectAttachmentL2ForwardingApplianceMapping {
applianceIpAddress?: string;
name?: string;
}

§Properties

§
applianceIpAddress?: string
[src]

Optional. A single IPv4 or IPv6 address used as the destination IP address for ingress packets that match on a VLAN tag, but do not match a more specific inner VLAN tag. Unset field (null-value) indicates both VLAN tags are required to be mapped. Otherwise, defaultApplianceIpAddress is used.

§

Optional. Used to match against the inner VLAN when the packet contains two VLAN tags. A list of mapping rules from inner VLAN tags to IP addresses. If the inner VLAN is not explicitly mapped to an IP address range, the applianceIpAddress is used.

§
name?: string
[src]

Optional. The name of this appliance mapping rule.