public sealed class ReportSummary.Types.SoleTenantFinding : IMessage<ReportSummary.Types.SoleTenantFinding>, IEquatable<ReportSummary.Types.SoleTenantFinding>, IDeepCloneable<ReportSummary.Types.SoleTenantFinding>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class ReportSummary.Types.SoleTenantFinding.
A set of findings that applies to assets destined for Sole-Tenant nodes.
Implements
IMessageReportSummaryTypesSoleTenantFinding, IEquatableReportSummaryTypesSoleTenantFinding, IDeepCloneableReportSummaryTypesSoleTenantFinding, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
SoleTenantFinding()
public SoleTenantFinding()
SoleTenantFinding(SoleTenantFinding)
public SoleTenantFinding(ReportSummary.Types.SoleTenantFinding other)
Parameter | |
---|---|
Name | Description |
other |
ReportSummaryTypesSoleTenantFinding |
Properties
AllocatedAssetCount
public long AllocatedAssetCount { get; set; }
Count of assets which are allocated
Property Value | |
---|---|
Type | Description |
long |
AllocatedRegions
public RepeatedField<string> AllocatedRegions { get; }
Set of regions in which the assets are allocated
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
NodeAllocations
public RepeatedField<ReportSummary.Types.SoleTenantNodeAllocation> NodeAllocations { get; }
Set of per-nodetype allocation records
Property Value | |
---|---|
Type | Description |
RepeatedFieldReportSummaryTypesSoleTenantNodeAllocation |