Class: Google::Apis::RapidmigrationassessmentV1::GuestOsScan
- Inherits:
-
Object
- Object
- Google::Apis::RapidmigrationassessmentV1::GuestOsScan
- 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
-
#core_source ⇒ String
reference to the corresponding Guest OS Scan in MC Source.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GuestOsScan
constructor
A new instance of GuestOsScan.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_source ⇒ String
reference to the corresponding Guest OS Scan in MC Source.
Corresponds to the JSON property coreSource
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 |