Class: Google::Cloud::VMMigration::V1::RemoveGroupMigrationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::RemoveGroupMigrationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Request message for 'RemoveMigration' request.
Instance Attribute Summary collapse
-
#group ⇒ ::String
Required.
-
#migrating_vm ⇒ ::String
The MigratingVm to remove.
Instance Attribute Details
#group ⇒ ::String
Returns Required. The name of the Group.
2507 2508 2509 2510 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2507 class RemoveGroupMigrationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#migrating_vm ⇒ ::String
Returns The MigratingVm to remove.
2507 2508 2509 2510 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2507 class RemoveGroupMigrationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |