Database Migration v1 API - Class CreateMigrationJobRequest (2.1.0)

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

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

Request message to create a new Database Migration Service migration job in the specified project and region.

Inheritance

object > CreateMigrationJobRequest

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

CreateMigrationJobRequest()

public CreateMigrationJobRequest()

CreateMigrationJobRequest(CreateMigrationJobRequest)

public CreateMigrationJobRequest(CreateMigrationJobRequest other)
Parameter
NameDescription
otherCreateMigrationJobRequest

Properties

MigrationJob

public MigrationJob MigrationJob { get; set; }

Required. Represents a migration job object.

Property Value
TypeDescription
MigrationJob

MigrationJobId

public string MigrationJobId { get; set; }

Required. The ID of the instance to create.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The parent which owns this collection of migration jobs.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

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