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.
1931 1932 1933 |
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 1931 def initialize(**args) update!(**args) end |
Instance Attribute Details
#migrating_vm ⇒ String
The MigratingVm to remove.
Corresponds to the JSON property migratingVm
1929 1930 1931 |
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 1929 def @migrating_vm end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1936 1937 1938 |
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 1936 def update!(**args) @migrating_vm = args[:migrating_vm] if args.key?(:migrating_vm) end |