Migration Center v1 API - Class ReportSummary.Types.MachineSeriesAllocation (1.2.0)

public sealed class ReportSummary.Types.MachineSeriesAllocation : IMessage<ReportSummary.Types.MachineSeriesAllocation>, IEquatable<ReportSummary.Types.MachineSeriesAllocation>, IDeepCloneable<ReportSummary.Types.MachineSeriesAllocation>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > ReportSummary.Types.MachineSeriesAllocation

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

MachineSeriesAllocation()

public MachineSeriesAllocation()

MachineSeriesAllocation(MachineSeriesAllocation)

public MachineSeriesAllocation(ReportSummary.Types.MachineSeriesAllocation other)
Parameter
NameDescription
otherReportSummaryTypesMachineSeriesAllocation

Properties

AllocatedAssetCount

public long AllocatedAssetCount { get; set; }

Count of assets allocated to this machine series.

Property Value
TypeDescription
long

MachineSeries

public MachineSeries MachineSeries { get; set; }

The Machine Series (e.g. "E2", "N2")

Property Value
TypeDescription
MachineSeries