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

VRF

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

A network VRF.

interface VRF {
name?: string;
qosPolicy?: QosPolicy;
state?: "STATE_UNSPECIFIED" | "PROVISIONING" | "PROVISIONED";
vlanAttachments?: VlanAttachment[];
}

§Properties

§
name?: string
[src]

The name of the VRF.

§
qosPolicy?: QosPolicy
[src]

The QOS policy applied to this VRF. The value is only meaningful when all the vlan attachments have the same QoS. This field should not be used for new integrations, use vlan attachment level qos instead. The field is left for backward-compatibility.

§
state?: "STATE_UNSPECIFIED" | "PROVISIONING" | "PROVISIONED"
[src]

The possible state of VRF.

§
vlanAttachments?: VlanAttachment[]
[src]

The list of VLAN attachments for the VRF.