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

SchedulePolicy

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

A policy for scheduling replications.

interface SchedulePolicy {
idleDuration?: number;
skipOsAdaptation?: boolean;
}

§Properties

§
idleDuration?: number
[src]

The idle duration between replication stages.

§
skipOsAdaptation?: boolean
[src]

A flag to indicate whether to skip OS adaptation during the replication sync. OS adaptation is a process where the VM's operating system undergoes changes and adaptations to fully function on Compute Engine.