Class: Google::Apis::VmmigrationV1::RemoveGroupMigrationRequest
- Inherits:
-
Object
- Object
- Google::Apis::VmmigrationV1::RemoveGroupMigrationRequest
- 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 'RemoveMigration' request.
Instance Attribute Summary collapse
-
#migrating_vm ⇒ String
The MigratingVm to remove.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RemoveGroupMigrationRequest
constructor
A new instance of RemoveGroupMigrationRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RemoveGroupMigrationRequest
Returns a new instance of RemoveGroupMigrationRequest.
3730 3731 3732 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 3730 def initialize(**args) update!(**args) end |
Instance Attribute Details
#migrating_vm ⇒ String
The MigratingVm to remove.
Corresponds to the JSON property migratingVm
3728 3729 3730 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 3728 def @migrating_vm end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3735 3736 3737 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 3735 def update!(**args) @migrating_vm = args[:migrating_vm] if args.key?(:migrating_vm) end |