Class: Google::Apis::VmmigrationV1alpha1::AddGroupMigrationRequest
- Inherits:
-
Object
- Object
- Google::Apis::VmmigrationV1alpha1::AddGroupMigrationRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/vmmigration_v1alpha1/classes.rb,
lib/google/apis/vmmigration_v1alpha1/representations.rb,
lib/google/apis/vmmigration_v1alpha1/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.
34 35 36 |
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 34 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
32 33 34 |
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 32 def @migrating_vm end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
39 40 41 |
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 39 def update!(**args) @migrating_vm = args[:migrating_vm] if args.key?(:migrating_vm) end |