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.
1605 1606 1607 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 1605 def initialize(**args) update!(**args) end |
Instance Attribute Details
#migrating_vm ⇒ String
The MigratingVm to remove.
Corresponds to the JSON property migratingVm
1603 1604 1605 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 1603 def @migrating_vm end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1610 1611 1612 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 1610 def update!(**args) @migrating_vm = args[:migrating_vm] if args.key?(:migrating_vm) end |