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

InstanceFlexibilityPolicy

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

A flexible specification of machine types for instances to create.

interface InstanceFlexibilityPolicy {
instanceSelections?: {};
}

§Properties

§
instanceSelections?: {}
[src]

Specification of alternative, flexible instance subsets. One of them will be selected to create the instances based on various criteria, like: - ranks, - location policy, - current capacity, - available reservations (you can specify affinity in InstanceProperties), - SWAN/GOOSE limitations. Key is an arbitrary, unique RFC1035 string that identifies the instance selection.