public sealed class ReportSummary.Types.SoleTenantNodeAllocation : IMessage<ReportSummary.Types.SoleTenantNodeAllocation>, IEquatable<ReportSummary.Types.SoleTenantNodeAllocation>, IDeepCloneable<ReportSummary.Types.SoleTenantNodeAllocation>, IBufferMessage, IMessageReference documentation and code samples for the Migration Center v1 API class ReportSummary.Types.SoleTenantNodeAllocation.
Represents the assets allocated to a specific Sole-Tenant node type.
Implements
IMessageReportSummaryTypesSoleTenantNodeAllocation, IEquatableReportSummaryTypesSoleTenantNodeAllocation, IDeepCloneableReportSummaryTypesSoleTenantNodeAllocation, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
SoleTenantNodeAllocation()
public SoleTenantNodeAllocation()SoleTenantNodeAllocation(SoleTenantNodeAllocation)
public SoleTenantNodeAllocation(ReportSummary.Types.SoleTenantNodeAllocation other)| Parameter | |
|---|---|
| Name | Description |
other |
ReportSummaryTypesSoleTenantNodeAllocation |
Properties
AllocatedAssetCount
public long AllocatedAssetCount { get; set; }Count of assets allocated to these nodes
| Property Value | |
|---|---|
| Type | Description |
long |
|
Node
public SoleTenantNodeType Node { get; set; }Sole Tenant node type, e.g. "m3-node-128-3904"
| Property Value | |
|---|---|
| Type | Description |
SoleTenantNodeType |
|
NodeCount
public long NodeCount { get; set; }Count of this node type to be provisioned
| Property Value | |
|---|---|
| Type | Description |
long |
|