Class: Google::Apis::RapidmigrationassessmentV1::VSphereScan
- Inherits:
-
Object
- Object
- Google::Apis::RapidmigrationassessmentV1::VSphereScan
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/rapidmigrationassessment_v1/classes.rb,
lib/google/apis/rapidmigrationassessment_v1/representations.rb,
lib/google/apis/rapidmigrationassessment_v1/representations.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 Method Summary collapse
-
#initialize(**args) ⇒ VSphereScan
constructor
A new instance of VSphereScan.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ VSphereScan
Returns a new instance of VSphereScan.
601 602 603 |
# File 'lib/google/apis/rapidmigrationassessment_v1/classes.rb', line 601 def initialize(**args) update!(**args) end |
Instance Attribute Details
#core_source ⇒ String
reference to the corresponding VSphere Scan in MC Source.
Corresponds to the JSON property coreSource
599 600 601 |
# File 'lib/google/apis/rapidmigrationassessment_v1/classes.rb', line 599 def core_source @core_source end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
606 607 608 |
# File 'lib/google/apis/rapidmigrationassessment_v1/classes.rb', line 606 def update!(**args) @core_source = args[:core_source] if args.key?(:core_source) end |