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";
gpuTopology?: string;
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.