Migration Center v1 API - Class ReportSummary.Types.SoleTenantNodeAllocation (1.1.0)

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

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

Inheritance

object > ReportSummary.Types.SoleTenantNodeAllocation

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

SoleTenantNodeAllocation()

public SoleTenantNodeAllocation()

SoleTenantNodeAllocation(SoleTenantNodeAllocation)

public SoleTenantNodeAllocation(ReportSummary.Types.SoleTenantNodeAllocation other)
Parameter
NameDescription
otherReportSummaryTypesSoleTenantNodeAllocation

Properties

AllocatedAssetCount

public long AllocatedAssetCount { get; set; }

Count of assets allocated to these nodes

Property Value
TypeDescription
long

Node

public SoleTenantNodeType Node { get; set; }

Sole Tenant node type, e.g. "m3-node-128-3904"

Property Value
TypeDescription
SoleTenantNodeType

NodeCount

public long NodeCount { get; set; }

Count of this node type to be provisioned

Property Value
TypeDescription
long