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

InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping

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

The inner VLAN-to-Appliance mapping.

interface InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping {
innerApplianceIpAddress?: string;
innerVlanTags?: string[];
}

§Properties

§
innerApplianceIpAddress?: string
[src]

Required in this object. A single IPv4 or IPv6 address used as the destination IP address for ingress packets that match on both VLAN tags.

§
innerVlanTags?: string[]
[src]

Required in this object. Used to match the inner VLAN tag on the packet. Each entry can be a single number or a range of numbers in the range of 1 to 4094, e.g., ["1", "4001-4094"] is valid. Non-empty and Non-overlapping VLAN tag ranges are enforced, and violating operations will be rejected. The inner VLAN tags must have an ethertype value of 0x8100.