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.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class MigrationInsight : IDirectResponseSchema

Properties

CloudDatabaseTarget

Output only. A Cloud database migration target.

Declaration
[JsonProperty("cloudDatabaseTarget")]
public virtual CloudDatabaseMigrationTarget CloudDatabaseTarget { get; set; }
Property Value
Type Description
CloudDatabaseMigrationTarget

ComputeEngineSoleTenantTarget

Output only. A Google Compute Engine Sole Tenant target.

Declaration
[JsonProperty("computeEngineSoleTenantTarget")]
public virtual ComputeEngineSoleTenantMigrationTarget ComputeEngineSoleTenantTarget { get; set; }
Property Value
Type Description
ComputeEngineSoleTenantMigrationTarget

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

GkeTarget

Output only. A Google Kubernetes Engine target.

Declaration
[JsonProperty("gkeTarget")]
public virtual GoogleKubernetesEngineMigrationTarget GkeTarget { get; set; }
Property Value
Type Description
GoogleKubernetesEngineMigrationTarget

Issues

Output only. Issues associated with this migration.

Declaration
[JsonProperty("issues")]
public virtual IList<Issue> Issues { get; set; }
Property Value
Type Description
IList<Issue>

VmwareEngineTarget

Output only. A VMWare Engine target.

Declaration
[JsonProperty("vmwareEngineTarget")]
public virtual VmwareEngineMigrationTarget VmwareEngineTarget { get; set; }
Property Value
Type Description
VmwareEngineMigrationTarget

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX