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

DistributionPolicy

import type { DistributionPolicy } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface DistributionPolicy {
targetShape?:
| "ANY"
| "ANY_SINGLE_ZONE"
| "BALANCED"
| "EVEN";
}

§Properties

§
targetShape?: "ANY" | "ANY_SINGLE_ZONE" | "BALANCED" | "EVEN"
[src]

The distribution shape to which the group converges either proactively or on resize events (depending on the value set in updatePolicy.instanceRedistributionType).

§

Zones where the regional managed instance group will create and manage its instances.