Migration Center v1 API - Class ReportSummary.Types.VmwareNodeAllocation (1.0.0)

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

Reference documentation and code samples for the Migration Center v1 API class ReportSummary.Types.VmwareNodeAllocation.

Represents assets allocated to a specific VMWare Node type.

Inheritance

object > ReportSummary.Types.VmwareNodeAllocation

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

VmwareNodeAllocation()

public VmwareNodeAllocation()

VmwareNodeAllocation(VmwareNodeAllocation)

public VmwareNodeAllocation(ReportSummary.Types.VmwareNodeAllocation other)
Parameter
NameDescription
otherReportSummaryTypesVmwareNodeAllocation

Properties

AllocatedAssetCount

public long AllocatedAssetCount { get; set; }

Count of assets allocated to these nodes

Property Value
TypeDescription
long

NodeCount

public long NodeCount { get; set; }

Count of this node type to be provisioned

Property Value
TypeDescription
long

VmwareNode

public ReportSummary.Types.VmwareNode VmwareNode { get; set; }

VMWare node type, e.g. "ve1-standard-72"

Property Value
TypeDescription
ReportSummaryTypesVmwareNode