Show / Hide Table of Contents

Class MigrationInsight

An insight about potential migrations for an asset.

Inheritance
object
MigrationInsight
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class MigrationInsight : IDirectResponseSchema

Properties

ComputeEngineTarget

Output only. A Google Compute Engine target.

Declaration
[JsonProperty("computeEngineTarget")]
public virtual ComputeEngineMigrationTarget ComputeEngineTarget { get; set; }
Property Value
Type Description
ComputeEngineMigrationTarget

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Fit

Output only. Description of how well the asset this insight is associated with fits the proposed migration.

Declaration
[JsonProperty("fit")]
public virtual FitDescriptor Fit { get; set; }
Property Value
Type Description
FitDescriptor

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX