Class AssetAggregateStats (0.1.6)

AssetAggregateStats(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Aggregate statistics for a collection of assets.

Attributes

NameDescription
total_memory_bytes int
Sum of the memory in bytes of all the assets in this collection.
total_storage_bytes int
Sum of persistent storage in bytes of all the assets in this collection.
total_cores int
Sum of the CPU core count of all the assets in this collection.
total_assets int
Count of the number of unique assets in this collection.
memory_utilization_chart google.cloud.migrationcenter_v1.types.ReportSummary.UtilizationChartData
Total memory split into Used/Free buckets.
storage_utilization_chart google.cloud.migrationcenter_v1.types.ReportSummary.UtilizationChartData
Total memory split into Used/Free buckets.
operating_system google.cloud.migrationcenter_v1.types.ReportSummary.ChartData
Count of assets grouped by Operating System families.
core_count_histogram google.cloud.migrationcenter_v1.types.ReportSummary.HistogramChartData
Histogram showing a distribution of CPU core counts.
memory_bytes_histogram google.cloud.migrationcenter_v1.types.ReportSummary.HistogramChartData
Histogram showing a distribution of memory sizes.
storage_bytes_histogram google.cloud.migrationcenter_v1.types.ReportSummary.HistogramChartData
Histogram showing a distribution of memory sizes.