Class: Google::Cloud::VMMigration::V1::StartMigrationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::StartMigrationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Request message for 'StartMigrationRequest' request.
Instance Attribute Summary collapse
-
#migrating_vm ⇒ ::String
Required.
Instance Attribute Details
#migrating_vm ⇒ ::String
Returns Required. The name of the MigratingVm.
2105 2106 2107 2108 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2105 class StartMigrationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |