Database Migration v1 API - Class VerifyMigrationJobRequest (2.4.0)

public sealed class VerifyMigrationJobRequest : IMessage<VerifyMigrationJobRequest>, IEquatable<VerifyMigrationJobRequest>, IDeepCloneable<VerifyMigrationJobRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Database Migration v1 API class VerifyMigrationJobRequest.

Request message for 'VerifyMigrationJob' request.

Inheritance

object > VerifyMigrationJobRequest

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

VerifyMigrationJobRequest()

public VerifyMigrationJobRequest()

VerifyMigrationJobRequest(VerifyMigrationJobRequest)

public VerifyMigrationJobRequest(VerifyMigrationJobRequest other)
Parameter
NameDescription
otherVerifyMigrationJobRequest

Properties

MigrationJob

public MigrationJob MigrationJob { get; set; }

Optional. The changed migration job parameters to verify. It will not update the migration job.

Property Value
TypeDescription
MigrationJob

MigrationJobName

public MigrationJobName MigrationJobName { get; set; }

MigrationJobName-typed view over the Name resource name property.

Property Value
TypeDescription
MigrationJobName

Name

public string Name { get; set; }

Name of the migration job resource to verify.

Property Value
TypeDescription
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
TypeDescription
FieldMask