Class ReportSummary
Describes the Summary view of a Report, which contains aggregated values for all the groups and preference sets included in this Report.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class ReportSummary : IDirectResponseSchema
Properties
AllAssetsStats
Aggregate statistics for unique assets across all the groups.
Declaration
[JsonProperty("allAssetsStats")]
public virtual ReportSummaryAssetAggregateStats AllAssetsStats { get; set; }
Property Value
Type | Description |
---|---|
ReportSummaryAssetAggregateStats |
DatabaseStats
Output only. Aggregate statistics for unique database assets across all the groups.
Declaration
[JsonProperty("databaseStats")]
public virtual ReportSummaryAssetAggregateStats DatabaseStats { get; set; }
Property Value
Type | Description |
---|---|
ReportSummaryAssetAggregateStats |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GroupFindings
Findings for each Group included in this report.
Declaration
[JsonProperty("groupFindings")]
public virtual IList<ReportSummaryGroupFinding> GroupFindings { get; set; }
Property Value
Type | Description |
---|---|
IList<ReportSummaryGroupFinding> |
VirtualMachineStats
Output only. Aggregate statistics for unique virtual machine assets across all the groups.
Declaration
[JsonProperty("virtualMachineStats")]
public virtual ReportSummaryAssetAggregateStats VirtualMachineStats { get; set; }
Property Value
Type | Description |
---|---|
ReportSummaryAssetAggregateStats |