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

RoutePolicy

import type { RoutePolicy } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface RoutePolicy {
description?: string;
fingerprint?: Uint8Array;
name?: string;
type?: "ROUTE_POLICY_TYPE_EXPORT" | "ROUTE_POLICY_TYPE_IMPORT";
}

§Properties

§
description?: string
[src]

An optional description of route policy.

§
fingerprint?: Uint8Array
[src]

A fingerprint for the Route Policy being applied to this Router, which is essentially a hash of the Route Policy used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update Route Policy. You must always provide an up-to-date fingerprint hash in order to update or change labels. To see the latest fingerprint, make a getRoutePolicy() request to retrieve a Route Policy.

§
name?: string
[src]

Route Policy name, which must be a resource ID segment and unique within all the router's Route Policies. Name should conform to RFC1035.

§

List of terms (the order in the list is not important, they are evaluated in order of priority). Order of policies is not retained and might change when getting policy later.

§
type?: "ROUTE_POLICY_TYPE_EXPORT" | "ROUTE_POLICY_TYPE_IMPORT"
[src]