class Google::Apis::VmmigrationV1::AddGroupMigrationRequest

Request message for ‘AddGroupMigration’ request.

Attributes

migrating_vm[RW]

The full path name of the MigratingVm to add. Corresponds to the JSON property ‘migratingVm` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/vmmigration_v1/classes.rb, line 34
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 39
def update!(**args)
  @migrating_vm = args[:migrating_vm] if args.key?(:migrating_vm)
end