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

GenerateSshScriptRequest

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

Request message for 'GenerateSshScript' request.

interface GenerateSshScriptRequest {
vm?: string;
vmCreationConfig?: VmCreationConfig;
vmPort?: number;
vmSelectionConfig?: VmSelectionConfig;
}

§Properties

§
vm?: string
[src]

Required. Bastion VM Instance name to use or to create.

§
vmCreationConfig?: VmCreationConfig
[src]

The VM creation configuration

§
vmPort?: number
[src]

The port that will be open on the bastion host.

§
vmSelectionConfig?: VmSelectionConfig
[src]

The VM selection configuration