public sealed class ReportSummary.Types.VmwareNodeAllocation : IMessage<ReportSummary.Types.VmwareNodeAllocation>, IEquatable<ReportSummary.Types.VmwareNodeAllocation>, IDeepCloneable<ReportSummary.Types.VmwareNodeAllocation>, IBufferMessage, IMessageReference documentation and code samples for the Migration Center v1 API class ReportSummary.Types.VmwareNodeAllocation.
Represents assets allocated to a specific VMWare Node type.
Implements
IMessageReportSummaryTypesVmwareNodeAllocation, IEquatableReportSummaryTypesVmwareNodeAllocation, IDeepCloneableReportSummaryTypesVmwareNodeAllocation, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
VmwareNodeAllocation()
public VmwareNodeAllocation()VmwareNodeAllocation(VmwareNodeAllocation)
public VmwareNodeAllocation(ReportSummary.Types.VmwareNodeAllocation other)| Parameter | |
|---|---|
| Name | Description |
other |
ReportSummaryTypesVmwareNodeAllocation |
Properties
AllocatedAssetCount
public long AllocatedAssetCount { get; set; }Count of assets allocated to these nodes
| Property Value | |
|---|---|
| Type | Description |
long |
|
NodeCount
public long NodeCount { get; set; }Count of this node type to be provisioned
| Property Value | |
|---|---|
| Type | Description |
long |
|
VmwareNode
public ReportSummary.Types.VmwareNode VmwareNode { get; set; }VMWare node type, e.g. "ve1-standard-72"
| Property Value | |
|---|---|
| Type | Description |
ReportSummaryTypesVmwareNode |
|