Class: Google::Apis::MigrationcenterV1::MigrationInsight
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1::MigrationInsight
- 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
-
#compute_engine_target ⇒ Google::Apis::MigrationcenterV1::ComputeEngineMigrationTarget
Compute engine migration target.
-
#fit ⇒ Google::Apis::MigrationcenterV1::FitDescriptor
Describes the fit level of an asset for migration to a specific target.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MigrationInsight
constructor
A new instance of MigrationInsight.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MigrationInsight
Returns a new instance of MigrationInsight.
2939 2940 2941 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 2939 def initialize(**args) update!(**args) end |
Instance Attribute Details
#compute_engine_target ⇒ Google::Apis::MigrationcenterV1::ComputeEngineMigrationTarget
Compute engine migration target.
Corresponds to the JSON property computeEngineTarget
2932 2933 2934 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 2932 def compute_engine_target @compute_engine_target end |
#fit ⇒ Google::Apis::MigrationcenterV1::FitDescriptor
Describes the fit level of an asset for migration to a specific target.
Corresponds to the JSON property fit
2937 2938 2939 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 2937 def fit @fit end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2944 2945 2946 2947 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 2944 def update!(**args) @compute_engine_target = args[:compute_engine_target] if args.key?(:compute_engine_target) @fit = args[:fit] if args.key?(:fit) end |