Migration Center v1 API - Class Insight (1.1.0)

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.

Inheritance

object > Insight

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

Insight()

public Insight()

Insight(Insight)

public Insight(Insight other)
Parameter
NameDescription
otherInsight

Properties

GenericInsight

public GenericInsight GenericInsight { get; set; }

Output only. A generic insight about an asset

Property Value
TypeDescription
GenericInsight

InsightCase

public Insight.InsightOneofCase InsightCase { get; }
Property Value
TypeDescription
InsightInsightOneofCase

MigrationInsight

public MigrationInsight MigrationInsight { get; set; }

Output only. An insight about potential migrations for an asset.

Property Value
TypeDescription
MigrationInsight