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

MigrationInsight

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

An insight about potential migrations for an asset.

interface MigrationInsight {
readonly computeEngineTarget?: ComputeEngineMigrationTarget;
readonly fit?: FitDescriptor;
}

§Properties

§
readonly computeEngineTarget?: ComputeEngineMigrationTarget
[src]

Output only. A Google Compute Engine target.

§
readonly fit?: FitDescriptor
[src]

Output only. Description of how well the asset this insight is associated with fits the proposed migration.