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

SchedulingOnInstanceStopAction

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

Defines the behaviour for instances with the instance_termination_action STOP.

interface SchedulingOnInstanceStopAction {
discardLocalSsd?: boolean;
}

§Properties

§
discardLocalSsd?: boolean
[src]

If true, the contents of any attached Local SSD disks will be discarded else, the Local SSD data will be preserved when the instance is stopped at the end of the run duration/termination time.