Class: Google::Cloud::RapidMigrationAssessment::V1::GuestOsScan
- Inherits:
-
Object
- Object
- Google::Cloud::RapidMigrationAssessment::V1::GuestOsScan
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/rapidmigrationassessment/v1/api_entities.rb
Overview
Message describing a MC Source of type Guest OS Scan.
Instance Attribute Summary collapse
-
#core_source ⇒ ::String
Reference to the corresponding Guest OS Scan in MC Source.
Instance Attribute Details
#core_source ⇒ ::String
Returns reference to the corresponding Guest OS Scan in MC Source.
28 29 30 31 |
# File 'proto_docs/google/cloud/rapidmigrationassessment/v1/api_entities.rb', line 28 class GuestOsScan include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |