Report Summary Asset Aggregate Stats Response
data class ReportSummaryAssetAggregateStatsResponse(val assetAge: ReportSummaryChartDataResponse, val coreCountHistogram: ReportSummaryHistogramChartDataResponse, val memoryBytesHistogram: ReportSummaryHistogramChartDataResponse, val memoryUtilization: ReportSummaryChartDataResponse, val memoryUtilizationChart: ReportSummaryUtilizationChartDataResponse, val operatingSystem: ReportSummaryChartDataResponse, val storageBytesHistogram: ReportSummaryHistogramChartDataResponse, val storageUtilization: ReportSummaryChartDataResponse, val storageUtilizationChart: ReportSummaryUtilizationChartDataResponse, val totalAssets: String, val totalCores: String, val totalMemoryBytes: String, val totalStorageBytes: String)
Aggregate statistics for a collection of assets.
Constructors
Link copied to clipboard
fun ReportSummaryAssetAggregateStatsResponse(assetAge: ReportSummaryChartDataResponse, coreCountHistogram: ReportSummaryHistogramChartDataResponse, memoryBytesHistogram: ReportSummaryHistogramChartDataResponse, memoryUtilization: ReportSummaryChartDataResponse, memoryUtilizationChart: ReportSummaryUtilizationChartDataResponse, operatingSystem: ReportSummaryChartDataResponse, storageBytesHistogram: ReportSummaryHistogramChartDataResponse, storageUtilization: ReportSummaryChartDataResponse, storageUtilizationChart: ReportSummaryUtilizationChartDataResponse, totalAssets: String, totalCores: String, totalMemoryBytes: String, totalStorageBytes: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard