Class: Google::Apis::VmmigrationV1::AwsSourceVmDetails
- Inherits:
-
Object
- Object
- Google::Apis::VmmigrationV1::AwsSourceVmDetails
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/vmmigration_v1/classes.rb,
lib/google/apis/vmmigration_v1/representations.rb,
lib/google/apis/vmmigration_v1/representations.rb
Overview
Represent the source AWS VM details.
Instance Attribute Summary collapse
-
#firmware ⇒ String
The firmware type of the source VM.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AwsSourceVmDetails
constructor
A new instance of AwsSourceVmDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AwsSourceVmDetails
Returns a new instance of AwsSourceVmDetails.
141 142 143 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 141 def initialize(**args) update!(**args) end |
Instance Attribute Details
#firmware ⇒ String
The firmware type of the source VM.
Corresponds to the JSON property firmware
139 140 141 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 139 def firmware @firmware end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
146 147 148 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 146 def update!(**args) @firmware = args[:firmware] if args.key?(:firmware) end |