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 {
readonly instanceMachineTypes?: {};
[key: string]: string;
instanceSelectionList?: InstanceSelection[];
readonly instanceSelectionResults?: InstanceSelectionResult[];
provisioningModelMix?: ProvisioningModelMix;
}§Properties
§
readonly instanceMachineTypes?: {}
[src][key: string]: string;
Output only. A map of instance short name to machine type. The key is the short name of the Compute Engine instance, and the value is the full machine-type name (e.g., 'n1-standard-16'). See Machine types for more information on valid machine type strings.
§
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.
§
provisioningModelMix?: ProvisioningModelMix
[src]Optional. Defines how the Group selects the provisioning model to ensure required reliability.