Reference documentation and code samples for the Cloud Database Migration Service V1 API class Google::Cloud::CloudDMS::V1::StartMigrationJobRequest.
Request message for 'StartMigrationJob' request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String Returns
- (::String) — Name of the migration job resource to start.
#name=
def name=(value) -> ::String Parameter
- value (::String) — Name of the migration job resource to start.
Returns
- (::String) — Name of the migration job resource to start.
#skip_validation
def skip_validation() -> ::Boolean Returns
- (::Boolean) — Optional. Start the migration job without running prior configuration verification. Defaults to
false.
#skip_validation=
def skip_validation=(value) -> ::Boolean Parameter
- value (::Boolean) — 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.