Class MachineSeriesAllocation (0.1.6)

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

Represents a data point tracking the count of assets allocated for a specific Machine Series.

Attributes

NameDescription
machine_series google.cloud.migrationcenter_v1.types.MachineSeries
The Machine Series (e.g. "E2", "N2")
allocated_asset_count int
Count of assets allocated to this machine series.