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

MachineDiskDetails

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

Details of machine disks.

interface MachineDiskDetails {
disks?: DiskEntryList;
totalCapacityBytes?: bigint;
totalFreeBytes?: bigint;
}

§Properties

§

List of disks.

§
totalCapacityBytes?: bigint
[src]

Disk total Capacity.

§
totalFreeBytes?: bigint
[src]

Total disk free space.