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;
}