public sealed class Insight : IMessage<Insight>, IEquatable<Insight>, IDeepCloneable<Insight>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class Insight.
An insight about an asset.
Namespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
Insight()
public Insight()
Insight(Insight)
public Insight(Insight other)
Parameter | |
---|---|
Name | Description |
other |
Insight |
Properties
GenericInsight
public GenericInsight GenericInsight { get; set; }
Output only. A generic insight about an asset
Property Value | |
---|---|
Type | Description |
GenericInsight |
InsightCase
public Insight.InsightOneofCase InsightCase { get; }
Property Value | |
---|---|
Type | Description |
InsightInsightOneofCase |
MigrationInsight
public MigrationInsight MigrationInsight { get; set; }
Output only. An insight about potential migrations for an asset.
Property Value | |
---|---|
Type | Description |
MigrationInsight |