Class: Google::Apis::RapidmigrationassessmentV1::VSphereScan

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_sourceString

reference to the corresponding VSphere Scan in MC Source. Corresponds to the JSON property coreSource

Returns:

  • (String)


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