public sealed class VerifyMigrationJobRequest : IMessage<VerifyMigrationJobRequest>, IEquatable<VerifyMigrationJobRequest>, IDeepCloneable<VerifyMigrationJobRequest>, IBufferMessage, IMessageReference documentation and code samples for the Database Migration v1 API class VerifyMigrationJobRequest.
Request message for 'VerifyMigrationJob' request.
Implements
IMessageVerifyMigrationJobRequest, IEquatableVerifyMigrationJobRequest, IDeepCloneableVerifyMigrationJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
VerifyMigrationJobRequest()
public VerifyMigrationJobRequest()VerifyMigrationJobRequest(VerifyMigrationJobRequest)
public VerifyMigrationJobRequest(VerifyMigrationJobRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
VerifyMigrationJobRequest |
Properties
MigrationJob
public MigrationJob MigrationJob { get; set; }Optional. The changed migration job parameters to verify. It will not update the migration job.
| Property Value | |
|---|---|
| Type | Description |
MigrationJob |
|
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 verify.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Optional. Field mask is used to specify the changed fields to be verified. It will not update the migration job.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|