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

CutoverForecast

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

CutoverForecast holds information about future CutoverJobs of a MigratingVm.

interface CutoverForecast {
readonly estimatedCutoverJobDuration?: number;
}

§Properties

§
readonly estimatedCutoverJobDuration?: number
[src]

Output only. Estimation of the CutoverJob duration.