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

VmCreationConfig

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

VM creation configuration message

interface VmCreationConfig {
subnet?: string;
vmMachineType?: string;
vmZone?: string;
}

§Properties

§
subnet?: string
[src]

The subnet name the vm needs to be created in.

§
vmMachineType?: string
[src]

Required. VM instance machine type to create.

§
vmZone?: string
[src]

The Google Cloud Platform zone to create the VM in.