Class: Google::Apis::RapidmigrationassessmentV1::GuestOsScan

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 Guest OS Scan.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GuestOsScan

Returns a new instance of GuestOsScan.



210
211
212
# File 'lib/google/apis/rapidmigrationassessment_v1/classes.rb', line 210

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#core_sourceString

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

Returns:

  • (String)


208
209
210
# File 'lib/google/apis/rapidmigrationassessment_v1/classes.rb', line 208

def core_source
  @core_source
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



215
216
217
# File 'lib/google/apis/rapidmigrationassessment_v1/classes.rb', line 215

def update!(**args)
  @core_source = args[:core_source] if args.key?(:core_source)
end