ReportSummaryMachineFindingResponse

data class ReportSummaryMachineFindingResponse(val allocatedAssetCount: String, val allocatedDiskTypes: List<String>, val allocatedRegions: List<String>, val machineSeriesAllocations: List<ReportSummaryMachineSeriesAllocationResponse>)

A set of findings that applies to assets of type Virtual/Physical Machine.

Constructors

Link copied to clipboard
fun ReportSummaryMachineFindingResponse(allocatedAssetCount: String, allocatedDiskTypes: List<String>, allocatedRegions: List<String>, machineSeriesAllocations: List<ReportSummaryMachineSeriesAllocationResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Count of assets which were allocated.

Link copied to clipboard

Set of disk types allocated to assets.

Link copied to clipboard

Set of regions in which the assets were allocated.

Link copied to clipboard

Distribution of assets based on the Machine Series.