PhysicalPlatformDetails
import type { PhysicalPlatformDetails } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";Platform specific details for Physical Machines.
interface PhysicalPlatformDetails  {
hyperthreading?: "HYPERTHREADING_STATUS_UNSPECIFIED" | "HYPERTHREADING_STATUS_DISABLED" | "HYPERTHREADING_STATUS_ENABLED";
location?: string;
}