public sealed class StartMigrationJobRequest : IMessage<StartMigrationJobRequest>, IEquatable<StartMigrationJobRequest>, IDeepCloneable<StartMigrationJobRequest>, IBufferMessage, IMessageReference documentation and code samples for the Database Migration v1 API class StartMigrationJobRequest.
Request message for 'StartMigrationJob' request.
Implements
IMessageStartMigrationJobRequest, IEquatableStartMigrationJobRequest, IDeepCloneableStartMigrationJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
StartMigrationJobRequest()
public StartMigrationJobRequest()StartMigrationJobRequest(StartMigrationJobRequest)
public StartMigrationJobRequest(StartMigrationJobRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
StartMigrationJobRequest |
Properties
MigrationJobName
public MigrationJobName MigrationJobName { get; set; }MigrationJobName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
MigrationJobName |
|
Name
public string Name { get; set; }Name of the migration job resource to start.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SkipValidation
public bool SkipValidation { get; set; }Optional. Start the migration job without running prior configuration
verification. Defaults to false.
| Property Value | |
|---|---|
| Type | Description |
bool |
|