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

VlanAttachment

import type { VlanAttachment } from "https://googleapis.deno.dev/v1/baremetalsolution:v2.ts";

VLAN attachment details.

interface VlanAttachment {
id?: string;
interconnectAttachment?: string;
pairingKey?: string;
peerIp?: string;
peerVlanId?: bigint;
qosPolicy?: QosPolicy;
routerIp?: string;
}

§Properties

§
id?: string
[src]

Immutable. The identifier of the attachment within vrf.

§
interconnectAttachment?: string
[src]

Optional. The name of the vlan attachment within vrf. This is of the form projects/{project_number}/regions/{region}/interconnectAttachments/{interconnect_attachment}

§
pairingKey?: string
[src]

Input only. Pairing key.

§
peerIp?: string
[src]

The peer IP of the attachment.

§
peerVlanId?: bigint
[src]

The peer vlan ID of the attachment.

§
qosPolicy?: QosPolicy
[src]

The QOS policy applied to this VLAN attachment. This value should be preferred to using qos at vrf level.

§
routerIp?: string
[src]

The router IP of the attachment.