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

ResourcePolicyGroupPlacementPolicy

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

A GroupPlacementPolicy specifies resource placement configuration. It specifies the failure bucket separation

interface ResourcePolicyGroupPlacementPolicy {
availabilityDomainCount?: number;
collocation?: "COLLOCATED" | "UNSPECIFIED_COLLOCATION";
vmCount?: number;
}

§Properties

§
availabilityDomainCount?: number
[src]

The number of availability domains to spread instances across. If two instances are in different availability domain, they are not in the same low latency network.

§
collocation?: "COLLOCATED" | "UNSPECIFIED_COLLOCATION"
[src]

Specifies network collocation

§
vmCount?: number
[src]

Number of VMs in this placement group. Google does not recommend that you use this field unless you use a compact policy and you want your policy to work only if it contains this exact number of VMs.