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

Subsetting

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

Subsetting configuration for this BackendService. Currently this is applicable only for Internal TCP/UDP load balancing, Internal HTTP(S) load balancing and Traffic Director.

interface Subsetting {
policy?: "CONSISTENT_HASH_SUBSETTING" | "NONE";
}

§Properties

§
policy?: "CONSISTENT_HASH_SUBSETTING" | "NONE"
[src]