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

ReportSummaryGroupPreferenceSetFinding

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

Summary Findings for a specific Group/PreferenceSet combination.

interface ReportSummaryGroupPreferenceSetFinding {
computeEngineFinding?: ReportSummaryComputeEngineFinding;
description?: string;
displayName?: string;
machinePreferences?: VirtualMachinePreferences;
monthlyCostCompute?: Money;
monthlyCostNetworkEgress?: Money;
monthlyCostOsLicense?: Money;
monthlyCostOther?: Money;
monthlyCostStorage?: Money;
monthlyCostTotal?: Money;
soleTenantFinding?: ReportSummarySoleTenantFinding;
vmwareEngineFinding?: ReportSummaryVmwareEngineFinding;
}

§Properties

§

A set of findings that applies to Compute Engine machines in the input.

§
description?: string
[src]

Description for the Preference Set.

§
displayName?: string
[src]

Display Name of the Preference Set

§
machinePreferences?: VirtualMachinePreferences
[src]

A set of preferences that applies to all machines in the context.

§
monthlyCostCompute?: Money
[src]

Compute monthly cost for this preference set.

§
monthlyCostNetworkEgress?: Money
[src]

Network Egress monthly cost for this preference set.

§
monthlyCostOsLicense?: Money
[src]

Licensing monthly cost for this preference set.

§
monthlyCostOther?: Money
[src]

Miscellaneous monthly cost for this preference set.

§
monthlyCostStorage?: Money
[src]

Storage monthly cost for this preference set.

§
monthlyCostTotal?: Money
[src]

Total monthly cost for this preference set.

§

A set of findings that applies to Sole-Tenant machines in the input.

§

A set of findings that applies to VMWare machines in the input.