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

InterconnectAttachmentL2Forwarding

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

L2 Interconnect Attachment related configuration.

interface InterconnectAttachmentL2Forwarding {
applianceMappings?: {};
defaultApplianceIpAddress?: string;
network?: string;
tunnelEndpointIpAddress?: string;
}

§Properties

§
applianceMappings?: {}
[src]

Optional. A map of VLAN tags to appliances and optional inner mapping rules. If VLANs are not explicitly mapped to any appliance, the defaultApplianceIpAddress is used. Each VLAN tag can be a single number or a range of numbers in the range of 1 to 4094, e.g., "1" or "4001-4094". Non-empty and non-overlapping VLAN tag ranges are enforced, and violating operations will be rejected. The VLAN tags in the Ethernet header must use an ethertype value of 0x88A8 or 0x8100.

§
defaultApplianceIpAddress?: string
[src]

Optional. A single IPv4 or IPv6 address used as the default destination IP when there is no VLAN mapping result found. Unset field (null-value) indicates the unmatched packet should be dropped.

§

Optional. It represents the structure of a Geneve (Generic Network Virtualization Encapsulation) header, as defined in RFC8926. It encapsulates packets from various protocols (e.g., Ethernet, IPv4, IPv6) for use in network virtualization environments.

§
network?: string
[src]

Required. Resource URL of the network to which this attachment belongs.

§
tunnelEndpointIpAddress?: string
[src]

Required. A single IPv4 or IPv6 address. This address will be used as the source IP address for packets sent to the appliances, and must be used as the destination IP address for packets that should be sent out through this attachment.