Class: Google::Cloud::VMMigration::V1::AddGroupMigrationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::AddGroupMigrationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Request message for 'AddGroupMigration' request.
Instance Attribute Summary collapse
-
#group ⇒ ::String
Required.
-
#migrating_vm ⇒ ::String
The full path name of the MigratingVm to add.
Instance Attribute Details
#group ⇒ ::String
Returns Required. The full path name of the Group to add to.
2489 2490 2491 2492 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2489 class AddGroupMigrationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#migrating_vm ⇒ ::String
Returns The full path name of the MigratingVm to add.
2489 2490 2491 2492 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2489 class AddGroupMigrationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |