Class ReportSummaryVMWareEngineFinding
A set of findings that applies to assets destined for VMWare Engine.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class ReportSummaryVMWareEngineFinding : IDirectResponseSchema
Properties
AllocatedAssetCount
Count of assets which are allocated
Declaration
[JsonProperty("allocatedAssetCount")]
public virtual long? AllocatedAssetCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
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 |
NodeAllocations
Set of per-nodetype allocation records
Declaration
[JsonProperty("nodeAllocations")]
public virtual IList<ReportSummaryVMWareNodeAllocation> NodeAllocations { get; set; }
Property Value
Type | Description |
---|---|
IList<ReportSummaryVMWareNodeAllocation> |