MachineImageParametersOverrides
import type { MachineImageParametersOverrides } from "https://googleapis.deno.dev/v1/vmmigration:v1.ts";
Parameters overriding decisions based on the source machine image configurations.
interface MachineImageParametersOverrides {
machineType?: string;
}§Properties
§
machineType?: string
[src]Optional. The machine type to create the MachineImage with. If empty, the service will choose a relevant machine type based on the information from the source image. For more information about machine types, please refer to https://cloud.google.com/compute/docs/machine-resource.