Class: Google::Apis::VmmigrationV1::AwsSourceVmDetails

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

Instance Method Summary collapse

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

#firmwareString

The firmware type of the source VM. Corresponds to the JSON property firmware

Returns:

  • (String)


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