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

DetachLunRequest

import type { DetachLunRequest } from "https://googleapis.deno.dev/v1/baremetalsolution:v2.ts";

Message for detach specific LUN from an Instance.

interface DetachLunRequest {
lun?: string;
skipReboot?: boolean;
}

§Properties

§
lun?: string
[src]

Required. Name of the Lun to detach.

§
skipReboot?: boolean
[src]

If true, performs lun unmapping without instance reboot.