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/dataproc:v1.ts";

Instance flexibility Policy allowing a mixture of VM shapes and provisioning models.

interface InstanceFlexibilityPolicy {
instanceSelectionList?: InstanceSelection[];
readonly instanceSelectionResults?: InstanceSelectionResult[];
}

§Properties

§
instanceSelectionList?: InstanceSelection[]
[src]

Optional. List of instance selection options that the group will use when creating new VMs.

§
readonly instanceSelectionResults?: InstanceSelectionResult[]
[src]

Output only. A list of instance selection results in the group.