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

LunRange

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

A LUN(Logical Unit Number) range.

interface LunRange {
quantity?: number;
sizeGb?: number;
}

§Properties

§
quantity?: number
[src]

Number of LUNs to create.

§
sizeGb?: number
[src]

The requested size of each LUN, in GB.