Migration Center v1 API - Class ReportSummary (1.1.0)

public sealed class ReportSummary : IMessage<ReportSummary>, IEquatable<ReportSummary>, IDeepCloneable<ReportSummary>, IBufferMessage, IMessage

Reference documentation and code samples for the Migration Center v1 API class ReportSummary.

Describes the Summary view of a Report, which contains aggregated values for all the groups and preference sets included in this Report.

Inheritance

object > ReportSummary

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

ReportSummary()

public ReportSummary()

ReportSummary(ReportSummary)

public ReportSummary(ReportSummary other)
Parameter
NameDescription
otherReportSummary

Properties

AllAssetsStats

public ReportSummary.Types.AssetAggregateStats AllAssetsStats { get; set; }

Aggregate statistics for all the assets across all the groups.

Property Value
TypeDescription
ReportSummaryTypesAssetAggregateStats

GroupFindings

public RepeatedField<ReportSummary.Types.GroupFinding> GroupFindings { get; }

Findings for each Group included in this report.

Property Value
TypeDescription
RepeatedFieldReportSummaryTypesGroupFinding