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

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.

Inheritance

object > ReportSummary.Types.SoleTenantFinding

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

SoleTenantFinding()

public SoleTenantFinding()

SoleTenantFinding(SoleTenantFinding)

public SoleTenantFinding(ReportSummary.Types.SoleTenantFinding other)
Parameter
NameDescription
otherReportSummaryTypesSoleTenantFinding

Properties

AllocatedAssetCount

public long AllocatedAssetCount { get; set; }

Count of assets which are allocated

Property Value
TypeDescription
long

AllocatedRegions

public RepeatedField<string> AllocatedRegions { get; }

Set of regions in which the assets are allocated

Property Value
TypeDescription
RepeatedFieldstring

NodeAllocations

public RepeatedField<ReportSummary.Types.SoleTenantNodeAllocation> NodeAllocations { get; }

Set of per-nodetype allocation records

Property Value
TypeDescription
RepeatedFieldReportSummaryTypesSoleTenantNodeAllocation