Class: Google::Cloud::RapidMigrationAssessment::V1::VSphereScan
- Inherits:
-
Object
- Object
- Google::Cloud::RapidMigrationAssessment::V1::VSphereScan
- 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 VSphere Scan.
Instance Attribute Summary collapse
-
#core_source ⇒ ::String
Reference to the corresponding VSphere Scan in MC Source.
Instance Attribute Details
#core_source ⇒ ::String
Returns reference to the corresponding VSphere Scan in MC Source.
37 38 39 40 |
# File 'proto_docs/google/cloud/rapidmigrationassessment/v1/api_entities.rb', line 37 class VSphereScan include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |