Class: Google::Cloud::MigrationCenter::V1::MigrationInsight
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::MigrationInsight
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
An insight about potential migrations for an asset.
Instance Attribute Summary collapse
-
#compute_engine_target ⇒ ::Google::Cloud::MigrationCenter::V1::ComputeEngineMigrationTarget
readonly
Output only.
-
#fit ⇒ ::Google::Cloud::MigrationCenter::V1::FitDescriptor
readonly
Output only.
Instance Attribute Details
#compute_engine_target ⇒ ::Google::Cloud::MigrationCenter::V1::ComputeEngineMigrationTarget (readonly)
Returns Output only. A Google Compute Engine target.
2921 2922 2923 2924 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2921 class MigrationInsight include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#fit ⇒ ::Google::Cloud::MigrationCenter::V1::FitDescriptor (readonly)
Returns Output only. Description of how well the asset this insight is associated with fits the proposed migration.
2921 2922 2923 2924 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2921 class MigrationInsight include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |