public sealed class ReportSummary.Types.MachineSeriesAllocation : IMessage<ReportSummary.Types.MachineSeriesAllocation>, IEquatable<ReportSummary.Types.MachineSeriesAllocation>, IDeepCloneable<ReportSummary.Types.MachineSeriesAllocation>, IBufferMessage, IMessageReference documentation and code samples for the Migration Center v1 API class ReportSummary.Types.MachineSeriesAllocation.
Represents a data point tracking the count of assets allocated for a specific Machine Series.
Implements
IMessageReportSummaryTypesMachineSeriesAllocation, IEquatableReportSummaryTypesMachineSeriesAllocation, IDeepCloneableReportSummaryTypesMachineSeriesAllocation, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
MachineSeriesAllocation()
public MachineSeriesAllocation()MachineSeriesAllocation(MachineSeriesAllocation)
public MachineSeriesAllocation(ReportSummary.Types.MachineSeriesAllocation other)| Parameter | |
|---|---|
| Name | Description |
other |
ReportSummaryTypesMachineSeriesAllocation |
Properties
AllocatedAssetCount
public long AllocatedAssetCount { get; set; }Count of assets allocated to this machine series.
| Property Value | |
|---|---|
| Type | Description |
long |
|
MachineSeries
public MachineSeries MachineSeries { get; set; }The Machine Series (e.g. "E2", "N2")
| Property Value | |
|---|---|
| Type | Description |
MachineSeries |
|