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