Class ReportSummarySoleTenantFinding
A set of findings that applies to assets destined for Sole-Tenant nodes.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class ReportSummarySoleTenantFinding : 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 are 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<ReportSummarySoleTenantNodeAllocation> NodeAllocations { get; set; }
Property Value
Type | Description |
---|---|
IList<ReportSummarySoleTenantNodeAllocation> |