public sealed class ReportSummary.Types.ComputeEngineFinding : IMessage<ReportSummary.Types.ComputeEngineFinding>, IEquatable<ReportSummary.Types.ComputeEngineFinding>, IDeepCloneable<ReportSummary.Types.ComputeEngineFinding>, IBufferMessage, IMessageReference documentation and code samples for the Migration Center v1 API class ReportSummary.Types.ComputeEngineFinding.
A set of findings that applies to assets destined for Compute Engine.
Implements
IMessageReportSummaryTypesComputeEngineFinding, IEquatableReportSummaryTypesComputeEngineFinding, IDeepCloneableReportSummaryTypesComputeEngineFinding, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
ComputeEngineFinding()
public ComputeEngineFinding()ComputeEngineFinding(ComputeEngineFinding)
public ComputeEngineFinding(ReportSummary.Types.ComputeEngineFinding other)| Parameter | |
|---|---|
| Name | Description |
other |
ReportSummaryTypesComputeEngineFinding |
Properties
AllocatedAssetCount
public long AllocatedAssetCount { get; set; }Count of assets which were allocated.
| Property Value | |
|---|---|
| Type | Description |
long |
|
AllocatedDiskTypes
public RepeatedField<PersistentDiskType> AllocatedDiskTypes { get; }Set of disk types allocated to assets.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldPersistentDiskType |
|
AllocatedRegions
public RepeatedField<string> AllocatedRegions { get; }Set of regions in which the assets were allocated.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
MachineSeriesAllocations
public RepeatedField<ReportSummary.Types.MachineSeriesAllocation> MachineSeriesAllocations { get; }Distribution of assets based on the Machine Series.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldReportSummaryTypesMachineSeriesAllocation |
|