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

VmwareDiskDetails

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

The details of a Vmware VM disk.

interface VmwareDiskDetails {
diskNumber?: number;
label?: string;
sizeGb?: bigint;
}

§Properties

§
diskNumber?: number
[src]

The ordinal number of the disk.

§
label?: string
[src]

The disk label.

§
sizeGb?: bigint
[src]

Size in GB.