Report Summary Machine Finding Response
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>)