Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::Insight.
An insight about an asset.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#generic_insight
def generic_insight() -> ::Google::Cloud::MigrationCenter::V1::GenericInsight
-
(::Google::Cloud::MigrationCenter::V1::GenericInsight) — Output only. A generic insight about an asset
Note: The following fields are mutually exclusive:
generic_insight
,migration_insight
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#migration_insight
def migration_insight() -> ::Google::Cloud::MigrationCenter::V1::MigrationInsight
-
(::Google::Cloud::MigrationCenter::V1::MigrationInsight) — Output only. An insight about potential migrations for an asset.
Note: The following fields are mutually exclusive:
migration_insight
,generic_insight
. If a field in that set is populated, all other fields in the set will automatically be cleared.