Class CreateMigrationJobRequest (2.0.0)

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

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 will be 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