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 {
readonly diskNumber?: number;
readonly label?: string;
readonly sizeGb?: bigint;
}

§Properties

§
readonly diskNumber?: number
[src]

Output only. The ordinal number of the disk.

§
readonly label?: string
[src]

Output only. The disk label.

§
readonly sizeGb?: bigint
[src]

Output only. Size in GB.