Class: Google::Apis::MigrationcenterV1::MigrationInsight

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/migrationcenter_v1/classes.rb,
lib/google/apis/migrationcenter_v1/representations.rb,
lib/google/apis/migrationcenter_v1/representations.rb

Overview

An insight about potential migrations for an asset.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MigrationInsight

Returns a new instance of MigrationInsight.



3925
3926
3927
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 3925

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#compute_engine_targetGoogle::Apis::MigrationcenterV1::ComputeEngineMigrationTarget

Compute engine migration target. Corresponds to the JSON property computeEngineTarget



3918
3919
3920
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 3918

def compute_engine_target
  @compute_engine_target
end

#fitGoogle::Apis::MigrationcenterV1::FitDescriptor

Describes the fit level of an asset for migration to a specific target. Corresponds to the JSON property fit



3923
3924
3925
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 3923

def fit
  @fit
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3930
3931
3932
3933
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 3930

def update!(**args)
  @compute_engine_target = args[:compute_engine_target] if args.key?(:compute_engine_target)
  @fit = args[:fit] if args.key?(:fit)
end