Reference documentation and code samples for the Cloud Database Migration Service V1 API class Google::Cloud::CloudDMS::V1::RestartMigrationJobRequest.
Request message for 'RestartMigrationJob' 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 restart.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Name of the migration job resource to restart.
Returns
- (::String) — Name of the migration job resource to restart.
#skip_validation
def skip_validation() -> ::Boolean
Returns
-
(::Boolean) — Optional. Restart the migration job without running prior configuration
verification. Defaults to
false
.
#skip_validation=
def skip_validation=(value) -> ::Boolean
Parameter
-
value (::Boolean) — 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
.