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

ReportSummaryComputeEngineFinding

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

A set of findings that applies to assets destined for Compute Engine.

interface ReportSummaryComputeEngineFinding {
allocatedAssetCount?: bigint;
allocatedDiskTypes?:
| "PERSISTENT_DISK_TYPE_UNSPECIFIED"
| "PERSISTENT_DISK_TYPE_STANDARD"
| "PERSISTENT_DISK_TYPE_BALANCED"
| "PERSISTENT_DISK_TYPE_SSD"[];
allocatedRegions?: string[];
machineSeriesAllocations?: ReportSummaryMachineSeriesAllocation[];
}

§Properties

§
allocatedAssetCount?: bigint
[src]

Count of assets which were allocated.

§
allocatedDiskTypes?: "PERSISTENT_DISK_TYPE_UNSPECIFIED" | "PERSISTENT_DISK_TYPE_STANDARD" | "PERSISTENT_DISK_TYPE_BALANCED" | "PERSISTENT_DISK_TYPE_SSD"[]
[src]

Set of disk types allocated to assets.

§
allocatedRegions?: string[]
[src]

Set of regions in which the assets were allocated.

§
machineSeriesAllocations?: ReportSummaryMachineSeriesAllocation[]
[src]

Distribution of assets based on the Machine Series.