ReportSummarySoleTenantNodeAllocation
import type { ReportSummarySoleTenantNodeAllocation } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";Represents the assets allocated to a specific Sole-Tenant node type.
interface ReportSummarySoleTenantNodeAllocation {
allocatedAssetCount?: bigint;
node?: SoleTenantNodeType;
nodeCount?: bigint;
}