public sealed class ReportSummary.Types.GroupFinding : IMessage<ReportSummary.Types.GroupFinding>, IEquatable<ReportSummary.Types.GroupFinding>, IDeepCloneable<ReportSummary.Types.GroupFinding>, IBufferMessage, IMessageReference documentation and code samples for the Migration Center v1 API class ReportSummary.Types.GroupFinding.
Summary Findings for a specific Group.
Implements
IMessageReportSummaryTypesGroupFinding, IEquatableReportSummaryTypesGroupFinding, IDeepCloneableReportSummaryTypesGroupFinding, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
GroupFinding()
public GroupFinding()GroupFinding(GroupFinding)
public GroupFinding(ReportSummary.Types.GroupFinding other)| Parameter | |
|---|---|
| Name | Description |
other |
ReportSummaryTypesGroupFinding |
Properties
AssetAggregateStats
public ReportSummary.Types.AssetAggregateStats AssetAggregateStats { get; set; }Summary statistics for all the assets in this group.
| Property Value | |
|---|---|
| Type | Description |
ReportSummaryTypesAssetAggregateStats |
|
Description
public string Description { get; set; }Description for the Group.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DisplayName
public string DisplayName { get; set; }Display Name for the Group.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OverlappingAssetCount
[Obsolete]
public long OverlappingAssetCount { get; set; }This field is deprecated, do not rely on it having a value.
| Property Value | |
|---|---|
| Type | Description |
long |
|
PreferenceSetFindings
public RepeatedField<ReportSummary.Types.GroupPreferenceSetFinding> PreferenceSetFindings { get; }Findings for each of the PreferenceSets for this group.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldReportSummaryTypesGroupPreferenceSetFinding |
|