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 {
acceleratorTopologyMode?: "AUTO_CONNECT" | "PROVISION_ONLY";
availabilityDomainCount?: number;
collocation?: "COLLOCATED" | "UNSPECIFIED_COLLOCATION";
gpuTopology?: string;
vmCount?: number;
}§Properties
§
acceleratorTopologyMode?: "AUTO_CONNECT" | "PROVISION_ONLY"
[src]Specifies the connection mode for the accelerator topology. If not specified, the default is AUTO_CONNECT.
§
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.