Class: Google::Cloud::MigrationCenter::V1::Insight

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb

Overview

An insight about an asset.

Instance Attribute Summary collapse

Instance Attribute Details

#generic_insight::Google::Cloud::MigrationCenter::V1::GenericInsight (readonly)

Returns Output only. A generic insight about an asset.

Returns:



2888
2889
2890
2891
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2888

class Insight
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#migration_insight::Google::Cloud::MigrationCenter::V1::MigrationInsight (readonly)

Returns Output only. An insight about potential migrations for an asset.

Returns:



2888
2889
2890
2891
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2888

class Insight
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end