Class: Google::Apis::VmmigrationV1alpha1::RemoveGroupMigrationRequest
- Inherits:
-
Object
- Object
- Google::Apis::VmmigrationV1alpha1::RemoveGroupMigrationRequest
- 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 '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.
3803 3804 3805 |
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 3803 def initialize(**args) update!(**args) end |
Instance Attribute Details
#migrating_vm ⇒ String
The MigratingVm to remove.
Corresponds to the JSON property migratingVm
3801 3802 3803 |
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 3801 def @migrating_vm end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3808 3809 3810 |
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 3808 def update!(**args) @migrating_vm = args[:migrating_vm] if args.key?(:migrating_vm) end |