Database Migration v1 API - Class UpdateMigrationJobRequest (2.4.0)

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

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

Request message for 'UpdateMigrationJob' request.

Inheritance

object > UpdateMigrationJobRequest

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

UpdateMigrationJobRequest()

public UpdateMigrationJobRequest()

UpdateMigrationJobRequest(UpdateMigrationJobRequest)

public UpdateMigrationJobRequest(UpdateMigrationJobRequest other)
Parameter
NameDescription
otherUpdateMigrationJobRequest

Properties

MigrationJob

public MigrationJob MigrationJob { get; set; }

Required. The migration job parameters to update.

Property Value
TypeDescription
MigrationJob

RequestId

public string RequestId { get; set; }

A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored.

It is recommended to always set this value to a UUID.

The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.

Property Value
TypeDescription
string

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. Field mask is used to specify the fields to be overwritten by the update in the conversion workspace resource.

Property Value
TypeDescription
FieldMask