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

VmUtilizationInfo

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

Utilization information of a single VM.

interface VmUtilizationInfo {
utilization?: VmUtilizationMetrics;
vmId?: string;
vmwareVmDetails?: VmwareVmDetails;
}

§Properties

§

Utilization metrics for this VM.

§
vmId?: string
[src]

The VM's ID in the source.

§
vmwareVmDetails?: VmwareVmDetails
[src]

The description of the VM in a Source of type Vmware.