Class: Google::Cloud::CloudDMS::V1::StartMigrationJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::StartMigrationJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms.rb
Overview
Request message for 'StartMigrationJob' request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Name of the migration job resource to start.
-
#skip_validation ⇒ ::Boolean
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns Name of the migration job resource to start.
166 167 168 169 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 166 class StartMigrationJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#skip_validation ⇒ ::Boolean
Returns Optional. Start the migration job without running prior configuration
verification. Defaults to false
.
166 167 168 169 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 166 class StartMigrationJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |