class Google::Apis::VmmigrationV1::AwsSourceVmDetails

Represent the source AWS VM details.

Attributes

firmware[RW]

The firmware type of the source VM. Corresponds to the JSON property ‘firmware` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/vmmigration_v1/classes.rb, line 141
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/vmmigration_v1/classes.rb, line 146
def update!(**args)
  @firmware = args[:firmware] if args.key?(:firmware)
end