Class: Google::Cloud::CloudDMS::V1::StartMigrationJobRequest

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 'StartMigrationJob' request.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Name of the migration job resource to start.

Returns:

  • (::String)

    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.

Returns:

  • (::Boolean)

    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