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

PlatformDetails

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

Information about the platform.

interface PlatformDetails {
awsEc2Details?: AwsEc2PlatformDetails;
azureVmDetails?: AzureVmPlatformDetails;
genericDetails?: GenericPlatformDetails;
physicalDetails?: PhysicalPlatformDetails;
vmwareDetails?: VmwarePlatformDetails;
}

§Properties

§

AWS EC2 specific details.

§

Azure VM specific details.

§

Generic platform details.

§

Physical machines platform details.

§

VMware specific details.