public sealed class ReportSummary.Types.VmwareEngineFinding : IMessage<ReportSummary.Types.VmwareEngineFinding>, IEquatable<ReportSummary.Types.VmwareEngineFinding>, IDeepCloneable<ReportSummary.Types.VmwareEngineFinding>, IBufferMessage, IMessageReference documentation and code samples for the Migration Center v1 API class ReportSummary.Types.VmwareEngineFinding.
A set of findings that applies to assets destined for VMWare Engine.
Implements
IMessageReportSummaryTypesVmwareEngineFinding, IEquatableReportSummaryTypesVmwareEngineFinding, IDeepCloneableReportSummaryTypesVmwareEngineFinding, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
VmwareEngineFinding()
public VmwareEngineFinding()VmwareEngineFinding(VmwareEngineFinding)
public VmwareEngineFinding(ReportSummary.Types.VmwareEngineFinding other)| Parameter | |
|---|---|
| Name | Description |
other |
ReportSummaryTypesVmwareEngineFinding |
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 were allocated
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
NodeAllocations
public RepeatedField<ReportSummary.Types.VmwareNodeAllocation> NodeAllocations { get; }Set of per-nodetype allocation records
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldReportSummaryTypesVmwareNodeAllocation |
|