InstanceFlexibilityPolicyInstanceSelection
import type { InstanceFlexibilityPolicyInstanceSelection } from "https://googleapis.deno.dev/v1/compute:v1.ts";Specification of machine type to use. Every position inside this message is an alternative. The count specified in the shape flexibility must not exceed the number of entries in per_instance_properties or the capacity of the name_pattern, if used.
interface InstanceFlexibilityPolicyInstanceSelection {
disks?: AttachedDisk[];
machineTypes?: string[];
rank?: bigint;
}§Properties
§
disks?: AttachedDisk[]
[src]Disks to be attached to the instances created from in this selection. They override the disks specified in the instance properties.