View Source GoogleApi.MigrationCenter.V1.Model.MigrationInsight (google_api_migration_center v0.5.0)

An insight about potential migrations for an asset.

Attributes

  • computeEngineTarget (type: GoogleApi.MigrationCenter.V1.Model.ComputeEngineMigrationTarget.t, default: nil) - Output only. A Google Compute Engine target.
  • fit (type: GoogleApi.MigrationCenter.V1.Model.FitDescriptor.t, default: nil) - Output only. Description of how well the asset this insight is associated with fits the proposed migration.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.MigrationInsight{
  computeEngineTarget:
    GoogleApi.MigrationCenter.V1.Model.ComputeEngineMigrationTarget.t() | nil,
  fit: GoogleApi.MigrationCenter.V1.Model.FitDescriptor.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.