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.
3748 3749 3750 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 3748 def initialize(**args) update!(**args) end |
Instance Attribute Details
#migrating_vm ⇒ String
The MigratingVm to remove.
Corresponds to the JSON property migratingVm
3746 3747 3748 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 3746 def @migrating_vm end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3753 3754 3755 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 3753 def update!(**args) @migrating_vm = args[:migrating_vm] if args.key?(:migrating_vm) end |