Class: Google::Cloud::CloudDMS::V1::RestartMigrationJobRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns Name of the migration job resource to restart.

Returns:

  • (::String)

    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.

Returns:

  • (::Boolean)

    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