Class: Google::Cloud::VMMigration::V1::ExtendMigrationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::ExtendMigrationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Request message for 'ExtendMigrationRequest' request.
Instance Attribute Summary collapse
-
#migrating_vm ⇒ ::String
Required.
Instance Attribute Details
#migrating_vm ⇒ ::String
2966 2967 2968 2969 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2966 class ExtendMigrationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |