Class: Google::Apis::VmmigrationV1::AddGroupMigrationRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::VmmigrationV1::AddGroupMigrationRequest
 
 
- 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
Request message for 'AddGroupMigration' request.
Instance Attribute Summary collapse
- 
  
    
      #migrating_vm  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The full path name of the MigratingVm to add.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ AddGroupMigrationRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of AddGroupMigrationRequest.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ AddGroupMigrationRequest
Returns a new instance of AddGroupMigrationRequest.
      79 80 81  | 
    
      # File 'lib/google/apis/vmmigration_v1/classes.rb', line 79 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#migrating_vm ⇒ String
The full path name of the MigratingVm to add.
Corresponds to the JSON property migratingVm
      77 78 79  | 
    
      # File 'lib/google/apis/vmmigration_v1/classes.rb', line 77 def @migrating_vm end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      84 85 86  | 
    
      # File 'lib/google/apis/vmmigration_v1/classes.rb', line 84 def update!(**args) @migrating_vm = args[:migrating_vm] if args.key?(:migrating_vm) end  |