Class ReportSummaryComputeEngineFinding
A set of findings that applies to assets destined for Compute Engine.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class ReportSummaryComputeEngineFinding : IDirectResponseSchema
Properties
AllocatedAssetCount
Count of assets which were allocated.
Declaration
[JsonProperty("allocatedAssetCount")]
public virtual long? AllocatedAssetCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
AllocatedDiskTypes
Set of disk types allocated to assets.
Declaration
[JsonProperty("allocatedDiskTypes")]
public virtual IList<string> AllocatedDiskTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
AllocatedRegions
Set of regions in which the assets were allocated.
Declaration
[JsonProperty("allocatedRegions")]
public virtual IList<string> AllocatedRegions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MachineSeriesAllocations
Distribution of assets based on the Machine Series.
Declaration
[JsonProperty("machineSeriesAllocations")]
public virtual IList<ReportSummaryMachineSeriesAllocation> MachineSeriesAllocations { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ReportSummaryMachineSeriesAllocation> |