Class MigrationInsight
An insight about potential migrations for an asset.
Implements
Inherited Members
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 |